#BBD399

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

Shades of Sprout #BBD399

Tints of Sprout #BBD399

Color information

#BBD399 (or 0xBBD399) is unknown color: approx Sprout. HEX triplet: BB, D3 and 99. RGB value is (187,211,153). Sum of RGB (Red+Green+Blue) = 187+211+153=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD399 is #442C66. Grayscale: #C5C5C5. Windows color (decimal): -4467815 or 10081211. OLE color: 10081211.

HSL color Cylindrical-coordinate representation of color #BBD399: hue angle of 84.83º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBD399 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB187211153-
CMYK0.1100.270.17
HSL84.83º39.73%71.37%-
HSV(B)84.83º27.49%82.75%-
XYZ49.5459.4539-
YUV197.21103.05120.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.94%
GREEN value IS 211 (82.81% from 255) = 38.29%
BLUE value IS 153 (60.16% from 255) = 27.77%
R=33.94%
G=38.29%
B=27.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872111530.1100.270.1784.8339.7371.37
HexBBD399B01B11552847
Octal273323231130332112550107
Binary10111011110100111001100110110110111000110101011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD399; }

 p { color: rgb(187,211,153); }

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

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

 a { background-color: rgb(187,211,153); }

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

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

 span { border-color: rgb(187,211,153); }

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