#B6CAA3

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

Shades of Pixie Green #B6CAA3

Tints of Pixie Green #B6CAA3

Color information

#B6CAA3 (or 0xB6CAA3) is unknown color: approx Pixie Green. HEX triplet: B6, CA and A3. RGB value is (182,202,163). Sum of RGB (Red+Green+Blue) = 182+202+163=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 163 (64.06% from 255 or 29.80% from 547); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CAA3 is #49355C. Grayscale: #BFBFBF. Windows color (decimal): -4797789 or 10734262. OLE color: 10734262.

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

Color convert

RGB182202163-
CMYK0.1000.190.21
HSL90.77º26.9%71.57%-
HSV(B)90.77º19.31%79.22%-
XYZ47.0254.8342.76-
YUV191.57111.87121.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.27%
GREEN value IS 202 (79.30% from 255) = 36.93%
BLUE value IS 163 (64.06% from 255) = 29.80%
R=33.27%
G=36.93%
B=29.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1822021630.1000.190.2190.7726.971.57
HexB6CAA3A013155b1b48
Octal266312243120232513333110
Binary1011011011001010101000111010010011101011011011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CAA3; }

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

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

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

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

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

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

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

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