#BBE096

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

Shades of Pixie Green #BBE096

Tints of Pixie Green #BBE096

Color information

#BBE096 (or 0xBBE096) is unknown color: approx Pixie Green. HEX triplet: BB, E0 and 96. RGB value is (187,224,150). Sum of RGB (Red+Green+Blue) = 187+224+150=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE096 is #441F69. Grayscale: #CCCCCC. Windows color (decimal): -4464490 or 9887931. OLE color: 9887931.

HSL color Cylindrical-coordinate representation of color #BBE096: hue angle of 90º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBE096 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB187224150-
CMYK0.1700.330.12
HSL90º54.41%73.33%-
HSV(B)90º33.04%87.84%-
XYZ52.6566.0838.83-
YUV204.597.24115.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 224 (87.89% from 255) = 39.93%
BLUE value IS 150 (58.98% from 255) = 26.74%
R=33.33%
G=39.93%
B=26.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872241500.1700.330.129054.4173.33
HexBBE09611021C5a3649
Octal273340226210411413266111
Binary101110111110000010010110100010100001110010110101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE096; }

 p { color: rgb(187,224,150); }

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

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

 a { background-color: rgb(187,224,150); }

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

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

 span { border-color: rgb(187,224,150); }

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