#B7CAA9

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

Shades of Pixie Green #B7CAA9

Tints of Pixie Green #B7CAA9

Color information

#B7CAA9 (or 0xB7CAA9) is unknown color: approx Pixie Green. HEX triplet: B7, CA and A9. RGB value is (183,202,169). Sum of RGB (Red+Green+Blue) = 183+202+169=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 169 (66.41% from 255 or 30.51% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CAA9 is #483556. Grayscale: #C0C0C0. Windows color (decimal): -4732247 or 11127479. OLE color: 11127479.

HSL color Cylindrical-coordinate representation of color #B7CAA9: hue angle of 94.55º degrees, saturation: 0.24, 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 #B7CAA9 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB183202169-
CMYK0.0900.160.21
HSL94.55º23.74%72.75%-
HSV(B)94.55º16.34%79.22%-
XYZ47.8155.1745.67-
YUV192.56114.71121.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.03%
GREEN value IS 202 (79.30% from 255) = 36.46%
BLUE value IS 169 (66.41% from 255) = 30.51%
R=33.03%
G=36.46%
B=30.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1832021690.0900.160.2194.5523.7472.75
HexB7CAA99010155f1849
Octal267312251110202513730111
Binary1011011111001010101010011001010000101011011111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CAA9; }

 p { color: rgb(183,202,169); }

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

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

 a { background-color: rgb(183,202,169); }

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

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

 span { border-color: rgb(183,202,169); }

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