#BBD49A

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

Shades of Sprout #BBD49A

Tints of Sprout #BBD49A

Color information

#BBD49A (or 0xBBD49A) is unknown color: approx Sprout. HEX triplet: BB, D4 and 9A. RGB value is (187,212,154). Sum of RGB (Red+Green+Blue) = 187+212+154=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD49A is #442B65. Grayscale: #C6C6C6. Windows color (decimal): -4467558 or 10147003. OLE color: 10147003.

HSL color Cylindrical-coordinate representation of color #BBD49A: hue angle of 85.86º 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 #BBD49A is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB187212154-
CMYK0.1200.270.17
HSL85.86º40.28%71.76%-
HSV(B)85.86º27.36%83.14%-
XYZ49.8759.9839.52-
YUV197.91103.22120.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.82%
GREEN value IS 212 (83.20% from 255) = 38.34%
BLUE value IS 154 (60.55% from 255) = 27.85%
R=33.82%
G=38.34%
B=27.85%

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
Decimal1872121540.1200.270.1785.8640.2871.76
HexBBD49AC01B11562848
Octal273324232140332112650110
Binary10111011110101001001101011000110111000110101101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD49A; }

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

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

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

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

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

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

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

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