#BAC079

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

Shades of Pine Glade #BAC079

Tints of Pine Glade #BAC079

Color information

#BAC079 (or 0xBAC079) is unknown color: approx Pine Glade. HEX triplet: BA, C0 and 79. RGB value is (186,192,121). Sum of RGB (Red+Green+Blue) = 186+192+121=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC079 is #453F86. Grayscale: #B6B6B6. Windows color (decimal): -4538247 or 7979194. OLE color: 7979194.

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

Color convert

RGB186192121-
CMYK0.0300.370.25
HSL65.07º36.04%61.37%-
HSV(B)65.07º36.98%75.29%-
XYZ42.5549.5225.4-
YUV182.1193.51130.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 121 (47.66% from 255) = 24.25%
R=37.27%
G=38.48%
B=24.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861921210.0300.370.2565.0736.0461.37
HexBAC07930251941243d
Octal2723001713045311014475
Binary10111010110000001111001110100101110011000001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC079; }

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

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

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

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

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

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

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

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