#BAC476

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

Shades of Pine Glade #BAC476

Tints of Pine Glade #BAC476

Color information

#BAC476 (or 0xBAC476) is unknown color: approx Pine Glade. HEX triplet: BA, C4 and 76. RGB value is (186,196,118). Sum of RGB (Red+Green+Blue) = 186+196+118=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC476 is #453B89. Grayscale: #B8B8B8. Windows color (decimal): -4537226 or 7783610. OLE color: 7783610.

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

Color convert

RGB186196118-
CMYK0.0500.400.23
HSL67.69º39.8%61.57%-
HSV(B)67.69º39.8%76.86%-
XYZ43.2651.2324.75-
YUV184.1290.69129.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 196 (76.95% from 255) = 39.2%
BLUE value IS 118 (46.48% from 255) = 23.6%
R=37.2%
G=39.2%
B=23.6%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961180.0500.400.2367.6939.861.57
HexBAC47650281744283e
Octal2723041665050271045076
Binary101110101100010011101101010101000101111000100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC476; }

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

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

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

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

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

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

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

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