#BAC276

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

Shades of Pine Glade #BAC276

Tints of Pine Glade #BAC276

Color information

#BAC276 (or 0xBAC276) is unknown color: approx Pine Glade. HEX triplet: BA, C2 and 76. RGB value is (186,194,118). Sum of RGB (Red+Green+Blue) = 186+194+118=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC276 is #453D89. Grayscale: #B7B7B7. Windows color (decimal): -4537738 or 7783098. OLE color: 7783098.

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

Color convert

RGB186194118-
CMYK0.0400.390.24
HSL66.32º38.38%61.18%-
HSV(B)66.32º39.18%76.08%-
XYZ42.8150.3324.6-
YUV182.9491.35130.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 194 (76.17% from 255) = 38.96%
BLUE value IS 118 (46.48% from 255) = 23.69%
R=37.35%
G=38.96%
B=23.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861941180.0400.390.2466.3238.3861.18
HexBAC27640271842263d
Octal2723021664047301024675
Binary101110101100001011101101000100111110001000010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC276; }

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

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

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

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

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

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

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

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