#B9CCA4

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

Shades of Pixie Green #B9CCA4

Tints of Pixie Green #B9CCA4

Color information

#B9CCA4 (or 0xB9CCA4) is unknown color: approx Pixie Green. HEX triplet: B9, CC and A4. RGB value is (185,204,164). Sum of RGB (Red+Green+Blue) = 185+204+164=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CCA4 is #46335B. Grayscale: #C1C1C1. Windows color (decimal): -4600668 or 10800313. OLE color: 10800313.

HSL color Cylindrical-coordinate representation of color #B9CCA4: hue angle of 88.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9CCA4 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB185204164-
CMYK0.0900.200.2
HSL88.5º28.17%72.16%-
HSV(B)88.5º19.61%80%-
XYZ48.356.1843.42-
YUV193.76111.21121.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.45%
GREEN value IS 204 (80.08% from 255) = 36.89%
BLUE value IS 164 (64.45% from 255) = 29.66%
R=33.45%
G=36.89%
B=29.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1852041640.0900.200.288.528.1772.16
HexB9CCA4901414581c48
Octal271314244110242413034110
Binary1011100111001100101001001001010100101001011000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CCA4; }

 p { color: rgb(185,204,164); }

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

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

 a { background-color: rgb(185,204,164); }

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

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

 span { border-color: rgb(185,204,164); }

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