#BAC578

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

Shades of Pine Glade #BAC578

Tints of Pine Glade #BAC578

Color information

#BAC578 (or 0xBAC578) is unknown color: approx Pine Glade. HEX triplet: BA, C5 and 78. RGB value is (186,197,120). Sum of RGB (Red+Green+Blue) = 186+197+120=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC578 is #453A87. Grayscale: #B9B9B9. Windows color (decimal): -4536968 or 7914938. OLE color: 7914938.

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

Color convert

RGB186197120-
CMYK0.0600.390.23
HSL68.57º39.9%62.16%-
HSV(B)68.57º39.09%77.25%-
XYZ43.6151.7325.46-
YUV184.9391.36128.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 197 (77.34% from 255) = 39.17%
BLUE value IS 120 (47.27% from 255) = 23.86%
R=36.98%
G=39.17%
B=23.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971200.0600.390.2368.5739.962.16
HexBAC57860271745283e
Octal2723051706047271055076
Binary101110101100010111110001100100111101111000101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC578; }

 p { color: rgb(186,197,120); }

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

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

 a { background-color: rgb(186,197,120); }

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

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

 span { border-color: rgb(186,197,120); }

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