#BBD99C

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

Shades of Pixie Green #BBD99C

Tints of Pixie Green #BBD99C

Color information

#BBD99C (or 0xBBD99C) is unknown color: approx Pixie Green. HEX triplet: BB, D9 and 9C. RGB value is (187,217,156). Sum of RGB (Red+Green+Blue) = 187+217+156=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD99C is #442663. Grayscale: #C9C9C9. Windows color (decimal): -4466276 or 10279355. OLE color: 10279355.

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

Color convert

RGB187217156-
CMYK0.1400.280.15
HSL89.51º44.53%73.14%-
HSV(B)89.51º28.11%85.1%-
XYZ51.3162.5940.83-
YUV201.08102.56117.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 217 (85.16% from 255) = 38.75%
BLUE value IS 156 (61.33% from 255) = 27.86%
R=33.39%
G=38.75%
B=27.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872171560.1400.280.1589.5144.5373.14
HexBBD99CE01CF5a2d49
Octal273331234160341713255111
Binary1011101111011001100111001110011100111110110101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD99C; }

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

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

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

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

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

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

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

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