#BACAA5

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

Shades of Pixie Green #BACAA5

Tints of Pixie Green #BACAA5

Color information

#BACAA5 (or 0xBACAA5) is unknown color: approx Pixie Green. HEX triplet: BA, CA and A5. RGB value is (186,202,165). Sum of RGB (Red+Green+Blue) = 186+202+165=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 165 (64.84% from 255 or 29.84% from 553); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACAA5 is #45355A. Grayscale: #C1C1C1. Windows color (decimal): -4535643 or 10865338. OLE color: 10865338.

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

Color convert

RGB186202165-
CMYK0.0800.180.21
HSL85.95º25.87%71.96%-
HSV(B)85.95º18.32%79.22%-
XYZ48.1655.443.75-
YUV193112.2123.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 202 (79.30% from 255) = 36.53%
BLUE value IS 165 (64.84% from 255) = 29.84%
R=33.63%
G=36.53%
B=29.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021650.0800.180.2185.9525.8771.96
HexBACAA5801215561a48
Octal272312245100222512632110
Binary1011101011001010101001011000010010101011010110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAA5; }

 p { color: rgb(186,202,165); }

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

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

 a { background-color: rgb(186,202,165); }

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

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

 span { border-color: rgb(186,202,165); }

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