#B6CAAA

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

Shades of Pixie Green #B6CAAA

Tints of Pixie Green #B6CAAA

Color information

#B6CAAA (or 0xB6CAAA) is unknown color: approx Pixie Green. HEX triplet: B6, CA and AA. RGB value is (182,202,170). Sum of RGB (Red+Green+Blue) = 182+202+170=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CAAA is #493555. Grayscale: #C0C0C0. Windows color (decimal): -4797782 or 11193014. OLE color: 11193014.

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

Color convert

RGB182202170-
CMYK0.1000.160.21
HSL97.5º23.19%72.94%-
HSV(B)97.5º15.84%79.22%-
XYZ47.6755.0946.15-
YUV192.37115.37120.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.85%
GREEN value IS 202 (79.30% from 255) = 36.46%
BLUE value IS 170 (66.80% from 255) = 30.69%
R=32.85%
G=36.46%
B=30.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1822021700.1000.160.2197.523.1972.94
HexB6CAAAA01015611749
Octal266312252120202514127111
Binary1011011011001010101010101010010000101011100001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CAAA; }

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

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

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

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

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

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

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

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