#BAC575

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

Shades of Pine Glade #BAC575

Tints of Pine Glade #BAC575

Color information

#BAC575 (or 0xBAC575) is unknown color: approx Pine Glade. HEX triplet: BA, C5 and 75. RGB value is (186,197,117). Sum of RGB (Red+Green+Blue) = 186+197+117=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC575 is #453A8A. Grayscale: #B8B8B8. Windows color (decimal): -4536971 or 7718330. OLE color: 7718330.

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

Color convert

RGB186197117-
CMYK0.0600.410.23
HSL68.25º40.82%61.57%-
HSV(B)68.25º40.61%77.25%-
XYZ43.4351.6624.51-
YUV184.5989.86129-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 197 (77.34% from 255) = 39.4%
BLUE value IS 117 (46.09% from 255) = 23.4%
R=37.2%
G=39.4%
B=23.4%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971170.0600.410.2368.2540.8261.57
HexBAC57560291744293e
Octal2723051656051271045176
Binary101110101100010111101011100101001101111000100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC575; }

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

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

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

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

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

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

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

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