#BAC876

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

Shades of Pine Glade #BAC876

Tints of Pine Glade #BAC876

Color information

#BAC876 (or 0xBAC876) is unknown color: approx Pine Glade. HEX triplet: BA, C8 and 76. RGB value is (186,200,118). Sum of RGB (Red+Green+Blue) = 186+200+118=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC876 is #453789. Grayscale: #BABABA. Windows color (decimal): -4536202 or 7784634. OLE color: 7784634.

HSL color Cylindrical-coordinate representation of color #BAC876: hue angle of 70.24º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAC876 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB186200118-
CMYK0.0700.410.22
HSL70.24º42.71%62.35%-
HSV(B)70.24º41%78.43%-
XYZ44.1753.0625.05-
YUV186.4789.36127.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 200 (78.52% from 255) = 39.68%
BLUE value IS 118 (46.48% from 255) = 23.41%
R=36.90%
G=39.68%
B=23.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1862001180.0700.410.2270.2442.7162.35
HexBAC876702916462b3e
Octal2723101667051261065376
Binary101110101100100011101101110101001101101000110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC876; }

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

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

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

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

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

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

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

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