#B9DE98

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

Shades of Pixie Green #B9DE98

Tints of Pixie Green #B9DE98

Color information

#B9DE98 (or 0xB9DE98) is unknown color: approx Pixie Green. HEX triplet: B9, DE and 98. RGB value is (185,222,152). Sum of RGB (Red+Green+Blue) = 185+222+152=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DE98 is #462167. Grayscale: #CBCBCB. Windows color (decimal): -4596072 or 10018489. OLE color: 10018489.

HSL color Cylindrical-coordinate representation of color #B9DE98: hue angle of 91.71º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9DE98 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB185222152-
CMYK0.1700.320.13
HSL91.71º51.47%73.33%-
HSV(B)91.71º31.53%87.06%-
XYZ51.864.8239.49-
YUV202.9699.24115.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.09%
GREEN value IS 222 (87.11% from 255) = 39.71%
BLUE value IS 152 (59.77% from 255) = 27.19%
R=33.09%
G=39.71%
B=27.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852221520.1700.320.1391.7151.4773.33
HexB9DE9811020D5c3349
Octal271336230210401513463111
Binary101110011101111010011000100010100000110110111001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DE98; }

 p { color: rgb(185,222,152); }

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

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

 a { background-color: rgb(185,222,152); }

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

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

 span { border-color: rgb(185,222,152); }

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