#B9CCA5

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

Shades of Pixie Green #B9CCA5

Tints of Pixie Green #B9CCA5

Color information

#B9CCA5 (or 0xB9CCA5) is unknown color: approx Pixie Green. HEX triplet: B9, CC and A5. RGB value is (185,204,165). Sum of RGB (Red+Green+Blue) = 185+204+165=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CCA5 is #46335A. Grayscale: #C2C2C2. Windows color (decimal): -4600667 or 10865849. OLE color: 10865849.

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

Color convert

RGB185204165-
CMYK0.0900.190.2
HSL89.23º27.66%72.35%-
HSV(B)89.23º19.12%80%-
XYZ48.3956.2243.9-
YUV193.87111.71121.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.39%
GREEN value IS 204 (80.08% from 255) = 36.82%
BLUE value IS 165 (64.84% from 255) = 29.78%
R=33.39%
G=36.82%
B=29.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1852041650.0900.190.289.2327.6672.35
HexB9CCA5901314591c48
Octal271314245110232413134110
Binary1011100111001100101001011001010011101001011001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CCA5; }

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

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

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

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

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

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

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

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