#B9C6AB

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

Shades of Pixie Green #B9C6AB

Tints of Pixie Green #B9C6AB

Color information

#B9C6AB (or 0xB9C6AB) is unknown color: approx Pixie Green. HEX triplet: B9, C6 and AB. RGB value is (185,198,171). Sum of RGB (Red+Green+Blue) = 185+198+171=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C6AB is #463954. Grayscale: #BFBFBF. Windows color (decimal): -4602197 or 11257529. OLE color: 11257529.

HSL color Cylindrical-coordinate representation of color #B9C6AB: hue angle of 88.89º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9C6AB is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB185198171-
CMYK0.0700.140.22
HSL88.89º19.15%72.35%-
HSV(B)88.89º13.64%77.65%-
XYZ47.5553.6446.38-
YUV191.04116.69123.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.39%
GREEN value IS 198 (77.73% from 255) = 35.74%
BLUE value IS 171 (67.19% from 255) = 30.87%
R=33.39%
G=35.74%
B=30.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851981710.0700.140.2288.8919.1572.35
HexB9C6AB70E16591348
Octal27130625370162613123110
Binary10111001110001101010101111101110101101011001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C6AB; }

 p { color: rgb(185,198,171); }

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

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

 a { background-color: rgb(185,198,171); }

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

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

 span { border-color: rgb(185,198,171); }

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