#B9DC98

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

Shades of Pixie Green #B9DC98

Tints of Pixie Green #B9DC98

Color information

#B9DC98 (or 0xB9DC98) is unknown color: approx Pixie Green. HEX triplet: B9, DC and 98. RGB value is (185,220,152). Sum of RGB (Red+Green+Blue) = 185+220+152=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DC98 is #462367. Grayscale: #CACACA. Windows color (decimal): -4596584 or 10017977. OLE color: 10017977.

HSL color Cylindrical-coordinate representation of color #B9DC98: hue angle of 90.88º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9DC98 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB185220152-
CMYK0.1600.310.14
HSL90.88º49.28%72.94%-
HSV(B)90.88º30.91%86.27%-
XYZ51.2763.7739.31-
YUV201.7899.9116.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.21%
GREEN value IS 220 (86.33% from 255) = 39.50%
BLUE value IS 152 (59.77% from 255) = 27.29%
R=33.21%
G=39.50%
B=27.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852201520.1600.310.1490.8849.2872.94
HexB9DC981001FE5b3149
Octal271334230200371613361111
Binary10111001110111001001100010000011111111010110111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DC98; }

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

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

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

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

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

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

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

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