#BBD994

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

Shades of Sprout #BBD994

Tints of Sprout #BBD994

Color information

#BBD994 (or 0xBBD994) is unknown color: approx Sprout. HEX triplet: BB, D9 and 94. RGB value is (187,217,148). Sum of RGB (Red+Green+Blue) = 187+217+148=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD994 is #44266B. Grayscale: #C8C8C8. Windows color (decimal): -4466284 or 9755067. OLE color: 9755067.

HSL color Cylindrical-coordinate representation of color #BBD994: hue angle of 86.09º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBD994 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB187217148-
CMYK0.1400.320.15
HSL86.09º47.59%71.57%-
HSV(B)86.09º31.8%85.1%-
XYZ50.6562.3337.38-
YUV200.1698.56118.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 217 (85.16% from 255) = 39.31%
BLUE value IS 148 (58.20% from 255) = 26.81%
R=33.88%
G=39.31%
B=26.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872171480.1400.320.1586.0947.5971.57
HexBBD994E020F563048
Octal273331224160401712660110
Binary10111011110110011001010011100100000111110101101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD994; }

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

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

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

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

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

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

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

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