#BBD496

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

Shades of Sprout #BBD496

Tints of Sprout #BBD496

Color information

#BBD496 (or 0xBBD496) is unknown color: approx Sprout. HEX triplet: BB, D4 and 96. RGB value is (187,212,150). Sum of RGB (Red+Green+Blue) = 187+212+150=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD496 is #442B69. Grayscale: #C5C5C5. Windows color (decimal): -4467562 or 9884859. OLE color: 9884859.

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

Color convert

RGB187212150-
CMYK0.1200.290.17
HSL84.19º41.89%70.98%-
HSV(B)84.19º29.25%83.14%-
XYZ49.5459.8537.8-
YUV197.46101.22120.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 212 (83.20% from 255) = 38.62%
BLUE value IS 150 (58.98% from 255) = 27.32%
R=34.06%
G=38.62%
B=27.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872121500.1200.290.1784.1941.8970.98
HexBBD496C01D11542a47
Octal273324226140352112452107
Binary10111011110101001001011011000111011000110101001010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD496; }

 p { color: rgb(187,212,150); }

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

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

 a { background-color: rgb(187,212,150); }

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

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

 span { border-color: rgb(187,212,150); }

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