#BAC072

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

Shades of Pine Glade #BAC072

Tints of Pine Glade #BAC072

Color information

#BAC072 (or 0xBAC072) is unknown color: approx Pine Glade. HEX triplet: BA, C0 and 72. RGB value is (186,192,114). Sum of RGB (Red+Green+Blue) = 186+192+114=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC072 is #453F8D. Grayscale: #B5B5B5. Windows color (decimal): -4538254 or 7520442. OLE color: 7520442.

HSL color Cylindrical-coordinate representation of color #BAC072: hue angle of 64.62º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAC072 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB186192114-
CMYK0.0300.410.25
HSL64.62º38.24%60%-
HSV(B)64.62º40.62%75.29%-
XYZ42.1449.3523.22-
YUV181.3190.01131.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.80%
GREEN value IS 192 (75.39% from 255) = 39.02%
BLUE value IS 114 (44.92% from 255) = 23.17%
R=37.80%
G=39.02%
B=23.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861921140.0300.410.2564.6238.2460
HexBAC07230291941263c
Octal2723001623051311014674
Binary10111010110000001110010110101001110011000001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC072; }

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

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

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

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

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

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

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

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