#B9CBAA

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

Shades of Pixie Green #B9CBAA

Tints of Pixie Green #B9CBAA

Color information

#B9CBAA (or 0xB9CBAA) is unknown color: approx Pixie Green. HEX triplet: B9, CB and AA. RGB value is (185,203,170). Sum of RGB (Red+Green+Blue) = 185+203+170=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CBAA is #463455. Grayscale: #C1C1C1. Windows color (decimal): -4600918 or 11193273. OLE color: 11193273.

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

Color convert

RGB185203170-
CMYK0.0900.160.20
HSL92.73º24.09%73.14%-
HSV(B)92.73º16.26%79.61%-
XYZ48.6255.9346.26-
YUV193.86114.54121.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.15%
GREEN value IS 203 (79.69% from 255) = 36.38%
BLUE value IS 170 (66.80% from 255) = 30.47%
R=33.15%
G=36.38%
B=30.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852031700.0900.160.2092.7324.0973.14
HexB9CBAA9010145d1849
Octal271313252110202413530111
Binary1011100111001011101010101001010000101001011101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CBAA; }

 p { color: rgb(185,203,170); }

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

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

 a { background-color: rgb(185,203,170); }

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

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

 span { border-color: rgb(185,203,170); }

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