#BBDD94

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

Shades of Sprout #BBDD94

Tints of Sprout #BBDD94

Color information

#BBDD94 (or 0xBBDD94) is unknown color: approx Sprout. HEX triplet: BB, DD and 94. RGB value is (187,221,148). Sum of RGB (Red+Green+Blue) = 187+221+148=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 148 (58.20% from 255 or 26.62% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD94 is #44226B. Grayscale: #CACACA. Windows color (decimal): -4465260 or 9756091. OLE color: 9756091.

HSL color Cylindrical-coordinate representation of color #BBDD94: hue angle of 87.95º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBDD94 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB187221148-
CMYK0.1500.330.13
HSL87.95º51.77%72.35%-
HSV(B)87.95º33.03%86.67%-
XYZ51.764.4237.73-
YUV202.5197.24116.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 221 (86.72% from 255) = 39.75%
BLUE value IS 148 (58.20% from 255) = 26.62%
R=33.63%
G=39.75%
B=26.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872211480.1500.330.1387.9551.7772.35
HexBBDD94F021D583448
Octal273335224170411513064110
Binary10111011110111011001010011110100001110110110001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDD94; }

 p { color: rgb(187,221,148); }

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

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

 a { background-color: rgb(187,221,148); }

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

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

 span { border-color: rgb(187,221,148); }

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