#B6CEAA

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

Shades of Pixie Green #B6CEAA

Tints of Pixie Green #B6CEAA

Color information

#B6CEAA (or 0xB6CEAA) is unknown color: approx Pixie Green. HEX triplet: B6, CE and AA. RGB value is (182,206,170). Sum of RGB (Red+Green+Blue) = 182+206+170=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CEAA is #493155. Grayscale: #C2C2C2. Windows color (decimal): -4796758 or 11194038. OLE color: 11194038.

HSL color Cylindrical-coordinate representation of color #B6CEAA: hue angle of 100º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6CEAA is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB182206170-
CMYK0.1200.170.19
HSL100º26.87%73.73%-
HSV(B)100º17.48%80.78%-
XYZ48.6256.9946.47-
YUV194.72114.05118.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.62%
GREEN value IS 206 (80.86% from 255) = 36.92%
BLUE value IS 170 (66.80% from 255) = 30.47%
R=32.62%
G=36.92%
B=30.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1822061700.1200.170.1910026.8773.73
HexB6CEAAC01113641b4a
Octal266316252140212314433112
Binary1011011011001110101010101100010001100111100100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CEAA; }

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

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

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

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

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

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

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

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