#B8DA9F

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

Shades of Pixie Green #B8DA9F

Tints of Pixie Green #B8DA9F

Color information

#B8DA9F (or 0xB8DA9F) is unknown color: approx Pixie Green. HEX triplet: B8, DA and 9F. RGB value is (184,218,159). Sum of RGB (Red+Green+Blue) = 184+218+159=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DA9F is #472560. Grayscale: #C9C9C9. Windows color (decimal): -4662625 or 10476216. OLE color: 10476216.

HSL color Cylindrical-coordinate representation of color #B8DA9F: hue angle of 94.58º 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 #B8DA9F is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB184218159-
CMYK0.1600.270.15
HSL94.58º44.36%73.92%-
HSV(B)94.58º27.06%85.49%-
XYZ51.162.8442.24-
YUV201.11104.24115.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.80%
GREEN value IS 218 (85.55% from 255) = 38.86%
BLUE value IS 159 (62.5% from 255) = 28.34%
R=32.80%
G=38.86%
B=28.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1842181590.1600.270.1594.5844.3673.92
HexB8DA9F1001BF5f2c4a
Octal270332237200331713754112
Binary10111000110110101001111110000011011111110111111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DA9F; }

 p { color: rgb(184,218,159); }

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

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

 a { background-color: rgb(184,218,159); }

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

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

 span { border-color: rgb(184,218,159); }

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