#B6C9AA

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

Shades of Pixie Green #B6C9AA

Tints of Pixie Green #B6C9AA

Color information

#B6C9AA (or 0xB6C9AA) is unknown color: approx Pixie Green. HEX triplet: B6, C9 and AA. RGB value is (182,201,170). Sum of RGB (Red+Green+Blue) = 182+201+170=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C9AA is #493655. Grayscale: #BFBFBF. Windows color (decimal): -4798038 or 11192758. OLE color: 11192758.

HSL color Cylindrical-coordinate representation of color #B6C9AA: hue angle of 96.77º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6C9AA is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB182201170-
CMYK0.0900.150.21
HSL96.77º22.3%72.75%-
HSV(B)96.77º15.42%78.82%-
XYZ47.4354.6246.07-
YUV191.78115.71121.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.91%
GREEN value IS 201 (78.91% from 255) = 36.35%
BLUE value IS 170 (66.80% from 255) = 30.74%
R=32.91%
G=36.35%
B=30.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1822011700.0900.150.2196.7722.372.75
HexB6C9AA90F15611649
Octal266311252110172514126111
Binary101101101100100110101010100101111101011100001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C9AA; }

 p { color: rgb(182,201,170); }

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

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

 a { background-color: rgb(182,201,170); }

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

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

 span { border-color: rgb(182,201,170); }

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