#BAC178

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

Shades of Pine Glade #BAC178

Tints of Pine Glade #BAC178

Color information

#BAC178 (or 0xBAC178) is unknown color: approx Pine Glade. HEX triplet: BA, C1 and 78. RGB value is (186,193,120). Sum of RGB (Red+Green+Blue) = 186+193+120=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC178 is #453E87. Grayscale: #B6B6B6. Windows color (decimal): -4537992 or 7913914. OLE color: 7913914.

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

Color convert

RGB186193120-
CMYK0.0400.380.24
HSL65.75º37.06%61.37%-
HSV(B)65.75º37.82%75.69%-
XYZ42.7149.9425.16-
YUV182.5892.68130.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 193 (75.78% from 255) = 38.68%
BLUE value IS 120 (47.27% from 255) = 24.05%
R=37.27%
G=38.68%
B=24.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861931200.0400.380.2465.7537.0661.37
HexBAC17840261842253d
Octal2723011704046301024575
Binary101110101100000111110001000100110110001000010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC178; }

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

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

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

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

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

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

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

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