#BBD99E

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

Shades of Pixie Green #BBD99E

Tints of Pixie Green #BBD99E

Color information

#BBD99E (or 0xBBD99E) is unknown color: approx Pixie Green. HEX triplet: BB, D9 and 9E. RGB value is (187,217,158). Sum of RGB (Red+Green+Blue) = 187+217+158=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD99E is #442661. Grayscale: #C9C9C9. Windows color (decimal): -4466274 or 10410427. OLE color: 10410427.

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

Color convert

RGB187217158-
CMYK0.1400.270.15
HSL90.51º43.7%73.53%-
HSV(B)90.51º27.19%85.1%-
XYZ51.4862.6641.73-
YUV201.3103.56117.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 217 (85.16% from 255) = 38.61%
BLUE value IS 158 (62.11% from 255) = 28.11%
R=33.27%
G=38.61%
B=28.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872171580.1400.270.1590.5143.773.53
HexBBD99EE01BF5b2c4a
Octal273331236160331713354112
Binary1011101111011001100111101110011011111110110111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD99E; }

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

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

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

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

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

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

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

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