#B8CCA9

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

Shades of Pixie Green #B8CCA9

Tints of Pixie Green #B8CCA9

Color information

#B8CCA9 (or 0xB8CCA9) is unknown color: approx Pixie Green. HEX triplet: B8, CC and A9. RGB value is (184,204,169). Sum of RGB (Red+Green+Blue) = 184+204+169=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 169 (66.41% from 255 or 30.34% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CCA9 is #473356. Grayscale: #C2C2C2. Windows color (decimal): -4666199 or 11127992. OLE color: 11127992.

HSL color Cylindrical-coordinate representation of color #B8CCA9: hue angle of 94.29º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8CCA9 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB184204169-
CMYK0.1000.170.2
HSL94.29º25.55%73.14%-
HSV(B)94.29º17.16%80%-
XYZ48.5256.2445.83-
YUV194.03113.87120.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.03%
GREEN value IS 204 (80.08% from 255) = 36.62%
BLUE value IS 169 (66.41% from 255) = 30.34%
R=33.03%
G=36.62%
B=30.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1842041690.1000.170.294.2925.5573.14
HexB8CCA9A011145e1a49
Octal270314251120212413632111
Binary1011100011001100101010011010010001101001011110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CCA9; }

 p { color: rgb(184,204,169); }

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

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

 a { background-color: rgb(184,204,169); }

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

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

 span { border-color: rgb(184,204,169); }

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