#B7CAAA

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

Shades of Pixie Green #B7CAAA

Tints of Pixie Green #B7CAAA

Color information

#B7CAAA (or 0xB7CAAA) is unknown color: approx Pixie Green. HEX triplet: B7, CA and AA. RGB value is (183,202,170). Sum of RGB (Red+Green+Blue) = 183+202+170=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CAAA is #483555. Grayscale: #C0C0C0. Windows color (decimal): -4732246 or 11193015. OLE color: 11193015.

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

Color convert

RGB183202170-
CMYK0.0900.160.21
HSL95.62º23.19%72.94%-
HSV(B)95.62º15.84%79.22%-
XYZ47.955.2146.16-
YUV192.67115.21121.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.97%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 170 (66.80% from 255) = 30.63%
R=32.97%
G=36.40%
B=30.63%

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
Decimal1832021700.0900.160.2195.6223.1972.94
HexB7CAAA901015601749
Octal267312252110202514027111
Binary1011011111001010101010101001010000101011100000101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CAAA; }

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

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

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

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

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

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

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

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