#BAC572

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

Shades of Pine Glade #BAC572

Tints of Pine Glade #BAC572

Color information

#BAC572 (or 0xBAC572) is unknown color: approx Pine Glade. HEX triplet: BA, C5 and 72. RGB value is (186,197,114). Sum of RGB (Red+Green+Blue) = 186+197+114=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC572 is #453A8D. Grayscale: #B8B8B8. Windows color (decimal): -4536974 or 7521722. OLE color: 7521722.

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

Color convert

RGB186197114-
CMYK0.0600.420.23
HSL67.95º41.71%60.98%-
HSV(B)67.95º42.13%77.25%-
XYZ43.2551.5923.6-
YUV184.2588.36129.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 197 (77.34% from 255) = 39.64%
BLUE value IS 114 (44.92% from 255) = 22.94%
R=37.42%
G=39.64%
B=22.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971140.0600.420.2367.9541.7160.98
HexBAC572602A17442a3d
Octal2723051626052271045275
Binary101110101100010111100101100101010101111000100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC572; }

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

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

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

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

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

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

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

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