#BBC59D

Color #BBC59D Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #BBC59D

Tints of Sprout #BBC59D

Color information

#BBC59D (or 0xBBC59D) is unknown color: approx Sprout. HEX triplet: BB, C5 and 9D. RGB value is (187,197,157). Sum of RGB (Red+Green+Blue) = 187+197+157=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC59D is #443A62. Grayscale: #BDBDBD. Windows color (decimal): -4471395 or 10339771. OLE color: 10339771.

HSL color Cylindrical-coordinate representation of color #BBC59D: hue angle of 75º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBC59D is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB187197157-
CMYK0.0500.200.23
HSL75º25.64%69.41%-
HSV(B)75º20.3%77.25%-
XYZ46.5552.9339.66-
YUV189.45109.69126.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 34.57%
GREEN value IS 197 (77.34% from 255) = 36.41%
BLUE value IS 157 (61.72% from 255) = 29.02%
R=34.57%
G=36.41%
B=29.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871971570.0500.200.237525.6469.41
HexBBC59D5014174b1a45
Octal27330523550242711332105
Binary101110111100010110011101101010100101111001011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC59D; }

 p { color: rgb(187,197,157); }

 H1.HeaderClassName
 {
   color: #BBC59D;
 }
 .AnyTagClassName
 {
   color: #BBC59D;
 }
</style>
background-color css

<style>
 a { background-color: #BBC59D; }

 a { background-color: rgb(187,197,157); }

 div.DivClassName
 {
   background-color: #BBC59D;
 }
 .BgClassName
 {
   background-color: #BBC59D;
 }
</style>
border-color css

<style>
 span { border-color: #BBC59D; }

 span { border-color: rgb(187,197,157); }

 td.TdClassName
 {
   border-color: #BBC59D;
 }
 .TagClassName
 {
   border-color: #BBC59D;
 }
</style>