#BACBAA

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

Shades of Pixie Green #BACBAA

Tints of Pixie Green #BACBAA

Color information

#BACBAA (or 0xBACBAA) is unknown color: approx Pixie Green. HEX triplet: BA, CB and AA. RGB value is (186,203,170). Sum of RGB (Red+Green+Blue) = 186+203+170=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACBAA is #453455. Grayscale: #C2C2C2. Windows color (decimal): -4535382 or 11193274. OLE color: 11193274.

HSL color Cylindrical-coordinate representation of color #BACBAA: hue angle of 90.91º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BACBAA is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB186203170-
CMYK0.0800.160.20
HSL90.91º24.09%73.14%-
HSV(B)90.91º16.26%79.61%-
XYZ48.8656.0546.27-
YUV194.15114.37122.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 203 (79.69% from 255) = 36.31%
BLUE value IS 170 (66.80% from 255) = 30.41%
R=33.27%
G=36.31%
B=30.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862031700.0800.160.2090.9124.0973.14
HexBACBAA8010145b1849
Octal272313252100202413330111
Binary1011101011001011101010101000010000101001011011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACBAA; }

 p { color: rgb(186,203,170); }

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

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

 a { background-color: rgb(186,203,170); }

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

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

 span { border-color: rgb(186,203,170); }

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