#BACBAB

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

Shades of Pixie Green #BACBAB

Tints of Pixie Green #BACBAB

Color information

#BACBAB (or 0xBACBAB) is unknown color: approx Pixie Green. HEX triplet: BA, CB and AB. RGB value is (186,203,171). Sum of RGB (Red+Green+Blue) = 186+203+171=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACBAB is #453454. Grayscale: #C2C2C2. Windows color (decimal): -4535381 or 11258810. OLE color: 11258810.

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

Color convert

RGB186203171-
CMYK0.0800.160.20
HSL91.87º23.53%73.33%-
HSV(B)91.87º15.76%79.61%-
XYZ48.9656.0946.77-
YUV194.27114.87122.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 203 (79.69% from 255) = 36.25%
BLUE value IS 171 (67.19% from 255) = 30.54%
R=33.21%
G=36.25%
B=30.54%

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
Decimal1862031710.0800.160.2091.8723.5373.33
HexBACBAB8010145c1849
Octal272313253100202413430111
Binary1011101011001011101010111000010000101001011100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACBAB; }

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

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

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

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

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

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

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

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