#b8dc9a

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

Shades of Pixie Green #B8DC9A

Tints of Pixie Green #B8DC9A

Color information

#B8DC9A (or 0xB8DC9A) is unknown color: approx Pixie Green. HEX triplet: B8, DC and 9A. RGB value is (184,220,154). Sum of RGB (Red+Green+Blue) = 184+220+154=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DC9A is #472365. Grayscale: #C9C9C9. Windows color (decimal): -4662118 or 10149048. OLE color: 10149048.

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

Color convert

RGB184220154-
CMYK0.1600.30.14
HSL92.73º48.53%73.33%-
HSV(B)92.73º30%86.27%-
XYZ51.1963.7140.17-
YUV201.71101.07115.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.97%
GREEN value IS 220 (86.33% from 255) = 39.43%
BLUE value IS 154 (60.55% from 255) = 27.60%
R=32.97%
G=39.43%
B=27.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1842201540.1600.30.1492.7348.5373.33
HexB8DC9A1001EE5d3149
Octal270334232200361613561111
Binary10111000110111001001101010000011110111010111011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8dc9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8dc9a; }

 p { color: rgb(184,220,154); }

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

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

 a { background-color: rgb(184,220,154); }

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

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

 span { border-color: rgb(184,220,154); }

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