#BAC176

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

Shades of Pine Glade #BAC176

Tints of Pine Glade #BAC176

Color information

#BAC176 (or 0xBAC176) is unknown color: approx Pine Glade. HEX triplet: BA, C1 and 76. RGB value is (186,193,118). Sum of RGB (Red+Green+Blue) = 186+193+118=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC176 is #453E89. Grayscale: #B6B6B6. Windows color (decimal): -4537994 or 7782842. OLE color: 7782842.

HSL color Cylindrical-coordinate representation of color #BAC176: hue angle of 65.6º 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 #BAC176 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB186193118-
CMYK0.0400.390.24
HSL65.6º37.69%60.98%-
HSV(B)65.6º38.86%75.69%-
XYZ42.5949.8924.52-
YUV182.3691.68130.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 193 (75.78% from 255) = 38.83%
BLUE value IS 118 (46.48% from 255) = 23.74%
R=37.42%
G=38.83%
B=23.74%

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
Decimal1861931180.0400.390.2465.637.6960.98
HexBAC17640271842263d
Octal2723011664047301024675
Binary101110101100000111101101000100111110001000010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC176; }

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

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

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

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

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

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

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

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