#BBD599

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

Shades of Sprout #BBD599

Tints of Sprout #BBD599

Color information

#BBD599 (or 0xBBD599) is unknown color: approx Sprout. HEX triplet: BB, D5 and 99. RGB value is (187,213,153). Sum of RGB (Red+Green+Blue) = 187+213+153=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD599 is #442A66. Grayscale: #C6C6C6. Windows color (decimal): -4467303 or 10081723. OLE color: 10081723.

HSL color Cylindrical-coordinate representation of color #BBD599: hue angle of 86º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBD599 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB187213153-
CMYK0.1200.280.16
HSL86º41.67%71.76%-
HSV(B)86º28.17%83.53%-
XYZ50.0460.4539.17-
YUV198.39102.39119.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.82%
GREEN value IS 213 (83.59% from 255) = 38.52%
BLUE value IS 153 (60.16% from 255) = 27.67%
R=33.82%
G=38.52%
B=27.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872131530.1200.280.168641.6771.76
HexBBD599C01C10562a48
Octal273325231140342012652110
Binary10111011110101011001100111000111001000010101101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD599; }

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

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

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

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

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

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

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

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