COLOR #BBC599

HEX: #BBC599
RGB: (187,197,153)

Renk bilgisi

#BBC599 contains red, green and blue colors in about the same proportion. #BBC599 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#BBC599 color RGB value is (187,197,153).

  • kırmız ton 187;
  • yeşil ton 197;
  • mavi ton 153.
RGB:
(187,197,153)
(73%,77%,60%)

RGB bağlantıları ve doygunluk

R 187 of 255 = 73%
G 197 of 255 = 77%
B 153 of 255 = 60%

187
197
153

R + G + B ~ 70%. #BBC599 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
187 + 197 + 153 = 537 (100%)
R 187 of 537 ~ 34.82%
G 197 of 537 ~ 36.69%
B 153 of 537 ~ 28.49%

%34.82
%36.69
%28.49

CMYK RENK MODELİ

#BBC599 rengi CMYK tonu (5,0,22,23).

  • camgöbeği tonu 5.08%
  • eflatun tonu 0.00%
  • sarı tonu 22.34%
  • ana renk tonu 22.75%
CMYK:
(5,0,22,23)
C5M0Y22K23 
(5%,0%,22%,23%)
(0.05/0.00/0.22/0.23)	

CMYK yüzdeleri

%5.08
%0
%22.34
%22.75

Codes

Color #BBC599 in popluar color models

BBC599
RGB187197153
HSL74°27.50%68.63%
HSB/HSV74°22.34%77.25%
CMYK5.08%0.00%22.34%
22.75%

Color #BBC599 in popluar number systems.

HEXBBC599
Decimal187197153
Binary101110111100010110011001
Octal273305231

Shades and tints

Shades of #BBC599

#BBC599
(187,197,153)
#AAB48C
(170,180,140)
#99A37F
(153,163,127)
#889272
(136,146,114)
#778165
(119,129,101)
#667058
(102,112,88)
#555F4B
(85,95,75)
#444E3E
(68,78,62)
#333D31
(51,61,49)
#222C24
(34,44,36)
#111B17
(17,27,23)
#000000
(0,0,0)

Tints of #BBC599

#BBC599
(187,197,153)
#C1CAA2
(193,202,162)
#C7CFAB
(199,207,171)
#CDD4B4
(205,212,180)
#D3D9BD
(211,217,189)
#D9DEC6
(217,222,198)
#DFE3CF
(223,227,207)
#E5E8D8
(229,232,216)
#EBEDE1
(235,237,225)
#F1F2EA
(241,242,234)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC599 color. Also use rgb(187,197,153) instead hex code.

Text Font Color

.myTextColor { color: #BBC599; }

<p style="color:#BBC599">This sample text font color is #BBC599.</p>

This text font color is #BBC599.


Background Color

.myBgColor { background-color: #BBC599; }

<div style="background-color:#BBC599">Inner text</div>

This div background color is #BBC599.


Border color

.myBorderColor { border: 1px solid #BBC599; }

<div style="border:3px solid #BBC599">Div</div>

This div border color is #BBC599.


Opacity

.myOpacity80 { color: #BBC599; opacity: 0.8; }

<p style="color:#BBC599;opacity:0.8;">80%</p>

Text with #BBC599 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BBC599;}

<p style="text-shadow: 3px 3px 1px #BBC599">Text here.</p>

This text has shadow with #BBC599 color.

.textShadow {text-shadow: 3px 3px 1px #BBC599, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BBC599, 5px 5px 20px red">Text here.</p>

This text has shadow with #BBC599 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBC599, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BBC599, Direction=45, Strength=4)">Text</p>

This text has shadow with #BBC599 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BBC599;
  -webkit-box-shadow:	1px 1px 3px 2px #BBC599;
  box-shadow:		1px 1px 3px 2px #BBC599;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBC599;
-webkit-box-shadow: 1px 1px 3px 2px #BBC599;
box-shadow:1px 1px 3px 2px #BBC599;">
Div content here</div>
This div box has shadow with color #BBC599.

Preview

Color preview on black background

This text has color #BBC599 on black background.


Color preview on white background

This text has color #BBC599 on white background.



Black color preview on #BBC599 background

This text has black color on #BBC599 background.


White color preview on #BBC599 background

This text has white color on #BBC599 background.