#B9CAA3

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

Shades of Pixie Green #B9CAA3

Tints of Pixie Green #B9CAA3

Color information

#B9CAA3 (or 0xB9CAA3) is unknown color: approx Pixie Green. HEX triplet: B9, CA and A3. RGB value is (185,202,163). Sum of RGB (Red+Green+Blue) = 185+202+163=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 163 (64.06% from 255 or 29.64% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CAA3 is #46355C. Grayscale: #C0C0C0. Windows color (decimal): -4601181 or 10734265. OLE color: 10734265.

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

Color convert

RGB185202163-
CMYK0.0800.190.21
HSL86.15º26.9%71.57%-
HSV(B)86.15º19.31%79.22%-
XYZ47.7455.242.79-
YUV192.47111.37122.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.64%
GREEN value IS 202 (79.30% from 255) = 36.73%
BLUE value IS 163 (64.06% from 255) = 29.64%
R=33.64%
G=36.73%
B=29.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1852021630.0800.190.2186.1526.971.57
HexB9CAA3801315561b48
Octal271312243100232512633110
Binary1011100111001010101000111000010011101011010110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CAA3; }

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

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

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

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

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

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

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

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