#BAC179

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

Shades of Pine Glade #BAC179

Tints of Pine Glade #BAC179

Color information

#BAC179 (or 0xBAC179) is unknown color: approx Pine Glade. HEX triplet: BA, C1 and 79. RGB value is (186,193,121). Sum of RGB (Red+Green+Blue) = 186+193+121=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC179 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC179 is #453E86. Grayscale: #B6B6B6. Windows color (decimal): -4537991 or 7979450. OLE color: 7979450.

HSL color Cylindrical-coordinate representation of color #BAC179: hue angle of 65.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAC179 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB186193121-
CMYK0.0400.370.24
HSL65.83º36.73%61.57%-
HSV(B)65.83º37.31%75.69%-
XYZ42.7749.9625.48-
YUV182.793.18130.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 193 (75.78% from 255) = 38.6%
BLUE value IS 121 (47.66% from 255) = 24.2%
R=37.2%
G=38.6%
B=24.2%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861931210.0400.370.2465.8336.7361.57
HexBAC17940251842253e
Octal2723011714045301024576
Binary101110101100000111110011000100101110001000010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC179; }

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

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

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

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

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

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

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

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