#BBE196

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

Shades of Pixie Green #BBE196

Tints of Pixie Green #BBE196

Color information

#BBE196 (or 0xBBE196) is unknown color: approx Pixie Green. HEX triplet: BB, E1 and 96. RGB value is (187,225,150). Sum of RGB (Red+Green+Blue) = 187+225+150=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE196 is #441E69. Grayscale: #CDCDCD. Windows color (decimal): -4464234 or 9888187. OLE color: 9888187.

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

Color convert

RGB187225150-
CMYK0.1700.330.12
HSL90.4º55.56%73.53%-
HSV(B)90.4º33.33%88.24%-
XYZ52.9266.6238.92-
YUV205.0996.91115.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 225 (88.28% from 255) = 40.04%
BLUE value IS 150 (58.98% from 255) = 26.69%
R=33.27%
G=40.04%
B=26.69%

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
Decimal1872251500.1700.330.1290.455.5673.53
HexBBE19611021C5a384a
Octal273341226210411413270112
Binary101110111110000110010110100010100001110010110101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE196; }

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

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

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

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

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

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

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

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