#BAC576

Color #BAC576 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BAC576

Tints of Pine Glade #BAC576

Color information

#BAC576 (or 0xBAC576) is unknown color: approx Pine Glade. HEX triplet: BA, C5 and 76. RGB value is (186,197,118). Sum of RGB (Red+Green+Blue) = 186+197+118=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC576 is #453A89. Grayscale: #B9B9B9. Windows color (decimal): -4536970 or 7783866. OLE color: 7783866.

HSL color Cylindrical-coordinate representation of color #BAC576: hue angle of 68.35º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAC576 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB186197118-
CMYK0.0600.400.23
HSL68.35º40.51%61.76%-
HSV(B)68.35º40.1%77.25%-
XYZ43.4951.6824.82-
YUV184.790.36128.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 197 (77.34% from 255) = 39.32%
BLUE value IS 118 (46.48% from 255) = 23.55%
R=37.13%
G=39.32%
B=23.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971180.0600.400.2368.3540.5161.76
HexBAC57660281744293e
Octal2723051666050271045176
Binary101110101100010111101101100101000101111000100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC576; }

 p { color: rgb(186,197,118); }

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

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

 a { background-color: rgb(186,197,118); }

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

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

 span { border-color: rgb(186,197,118); }

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