#B6CCAA

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

Shades of Pixie Green #B6CCAA

Tints of Pixie Green #B6CCAA

Color information

#B6CCAA (or 0xB6CCAA) is unknown color: approx Pixie Green. HEX triplet: B6, CC and AA. RGB value is (182,204,170). Sum of RGB (Red+Green+Blue) = 182+204+170=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CCAA is #493355. Grayscale: #C1C1C1. Windows color (decimal): -4797270 or 11193526. OLE color: 11193526.

HSL color Cylindrical-coordinate representation of color #B6CCAA: hue angle of 98.82º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6CCAA is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB182204170-
CMYK0.1100.170.2
HSL98.82º25%73.33%-
HSV(B)98.82º16.67%80%-
XYZ48.1456.0346.31-
YUV193.55114.71119.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.73%
GREEN value IS 204 (80.08% from 255) = 36.69%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=32.73%
G=36.69%
B=30.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1822041700.1100.170.298.822573.33
HexB6CCAAB01114631949
Octal266314252130212414331111
Binary1011011011001100101010101011010001101001100011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CCAA; }

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

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

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

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

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

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

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

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