#B9D49E

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

Shades of Pixie Green #B9D49E

Tints of Pixie Green #B9D49E

Color information

#B9D49E (or 0xB9D49E) is unknown color: approx Pixie Green. HEX triplet: B9, D4 and 9E. RGB value is (185,212,158). Sum of RGB (Red+Green+Blue) = 185+212+158=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 212 - color contains mainly: green. Hex color #B9D49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D49E is #462B61. Grayscale: #C5C5C5. Windows color (decimal): -4598626 or 10409145. OLE color: 10409145.

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

Color convert

RGB185212158-
CMYK0.1300.250.17
HSL90º38.57%72.55%-
HSV(B)90º25.47%83.14%-
XYZ49.7259.8741.28-
YUV197.77105.55118.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.33%
GREEN value IS 212 (83.20% from 255) = 38.20%
BLUE value IS 158 (62.11% from 255) = 28.47%
R=33.33%
G=38.20%
B=28.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1852121580.1300.250.179038.5772.55
HexB9D49ED019115a2749
Octal271324236150312113247111
Binary10111001110101001001111011010110011000110110101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D49E; }

 p { color: rgb(185,212,158); }

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

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

 a { background-color: rgb(185,212,158); }

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

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

 span { border-color: rgb(185,212,158); }

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