#BACAA6

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

Shades of Pixie Green #BACAA6

Tints of Pixie Green #BACAA6

Color information

#BACAA6 (or 0xBACAA6) is unknown color: approx Pixie Green. HEX triplet: BA, CA and A6. RGB value is (186,202,166). Sum of RGB (Red+Green+Blue) = 186+202+166=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 166 (65.23% from 255 or 29.96% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACAA6 is #453559. Grayscale: #C1C1C1. Windows color (decimal): -4535642 or 10930874. OLE color: 10930874.

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

Color convert

RGB186202166-
CMYK0.0800.180.21
HSL86.67º25.35%72.16%-
HSV(B)86.67º17.82%79.22%-
XYZ48.2555.4344.23-
YUV193.11112.7122.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 202 (79.30% from 255) = 36.46%
BLUE value IS 166 (65.23% from 255) = 29.96%
R=33.57%
G=36.46%
B=29.96%

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
Decimal1862021660.0800.180.2186.6725.3572.16
HexBACAA6801215571948
Octal272312246100222512731110
Binary1011101011001010101001101000010010101011010111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAA6; }

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

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

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

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

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

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

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

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