#B6C8AA

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

Shades of Pixie Green #B6C8AA

Tints of Pixie Green #B6C8AA

Color information

#B6C8AA (or 0xB6C8AA) is unknown color: approx Pixie Green. HEX triplet: B6, C8 and AA. RGB value is (182,200,170). Sum of RGB (Red+Green+Blue) = 182+200+170=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C8AA is #493755. Grayscale: #BFBFBF. Windows color (decimal): -4798294 or 11192502. OLE color: 11192502.

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

Color convert

RGB182200170-
CMYK0.0900.150.22
HSL96º21.43%72.55%-
HSV(B)96º15%78.43%-
XYZ47.254.1646-
YUV191.2116.04121.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.97%
GREEN value IS 200 (78.52% from 255) = 36.23%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=32.97%
G=36.23%
B=30.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1822001700.0900.150.229621.4372.55
HexB6C8AA90F16601549
Octal266310252110172614025111
Binary101101101100100010101010100101111101101100000101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C8AA; }

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

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

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

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

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

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

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

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