#BBD49B

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

Shades of Sprout #BBD49B

Tints of Sprout #BBD49B

Color information

#BBD49B (or 0xBBD49B) is unknown color: approx Sprout. HEX triplet: BB, D4 and 9B. RGB value is (187,212,155). Sum of RGB (Red+Green+Blue) = 187+212+155=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD49B is #442B64. Grayscale: #C6C6C6. Windows color (decimal): -4467557 or 10212539. OLE color: 10212539.

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

Color convert

RGB187212155-
CMYK0.1200.270.17
HSL86.32º39.86%71.96%-
HSV(B)86.32º26.89%83.14%-
XYZ49.9560.0239.96-
YUV198.03103.72120.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.75%
GREEN value IS 212 (83.20% from 255) = 38.27%
BLUE value IS 155 (60.94% from 255) = 27.98%
R=33.75%
G=38.27%
B=27.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872121550.1200.270.1786.3239.8671.96
HexBBD49BC01B11562848
Octal273324233140332112650110
Binary10111011110101001001101111000110111000110101101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD49B; }

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

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

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

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

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

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

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

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