#BAC06F

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

Shades of Pine Glade #BAC06F

Tints of Pine Glade #BAC06F

Color information

#BAC06F (or 0xBAC06F) is unknown color: approx Pine Glade. HEX triplet: BA, C0 and 6F. RGB value is (186,192,111). Sum of RGB (Red+Green+Blue) = 186+192+111=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC06F is #453F90. Grayscale: #B5B5B5. Windows color (decimal): -4538257 or 7323834. OLE color: 7323834.

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

Color convert

RGB186192111-
CMYK0.0300.420.25
HSL64.44º39.13%59.41%-
HSV(B)64.44º42.19%75.29%-
XYZ41.9749.2922.34-
YUV180.9788.51131.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.04%
GREEN value IS 192 (75.39% from 255) = 39.26%
BLUE value IS 111 (43.75% from 255) = 22.70%
R=38.04%
G=39.26%
B=22.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861921110.0300.420.2564.4439.1359.41
HexBAC06F302A1940273b
Octal2723001573052311004773
Binary10111010110000001101111110101010110011000000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC06F; }

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

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

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

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

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

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

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

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