#BAC479

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

Shades of Pine Glade #BAC479

Tints of Pine Glade #BAC479

Color information

#BAC479 (or 0xBAC479) is unknown color: approx Pine Glade. HEX triplet: BA, C4 and 79. RGB value is (186,196,121). Sum of RGB (Red+Green+Blue) = 186+196+121=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC479 is #453B86. Grayscale: #B8B8B8. Windows color (decimal): -4537223 or 7980218. OLE color: 7980218.

HSL color Cylindrical-coordinate representation of color #BAC479: hue angle of 68º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAC479 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB186196121-
CMYK0.0500.380.23
HSL68º38.86%62.16%-
HSV(B)68º38.27%76.86%-
XYZ43.4451.325.7-
YUV184.4692.19129.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 196 (76.95% from 255) = 38.97%
BLUE value IS 121 (47.66% from 255) = 24.06%
R=36.98%
G=38.97%
B=24.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961210.0500.380.236838.8662.16
HexBAC47950261744273e
Octal2723041715046271044776
Binary101110101100010011110011010100110101111000100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC479; }

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

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

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

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

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

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

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

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