#BAC489

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

Shades of Pine Glade #BAC489

Tints of Pine Glade #BAC489

Color information

#BAC489 (or 0xBAC489) is unknown color: approx Pine Glade. HEX triplet: BA, C4 and 89. RGB value is (186,196,137). Sum of RGB (Red+Green+Blue) = 186+196+137=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 137 (53.91% from 255 or 26.40% from 519); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC489 is #453B76. Grayscale: #BABABA. Windows color (decimal): -4537207 or 9028794. OLE color: 9028794.

HSL color Cylindrical-coordinate representation of color #BAC489: hue angle of 70.17º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAC489 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB186196137-
CMYK0.0500.300.23
HSL70.17º33.33%65.29%-
HSV(B)70.17º30.1%76.86%-
XYZ44.551.7331.31-
YUV186.28100.19127.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 196 (76.95% from 255) = 37.76%
BLUE value IS 137 (53.91% from 255) = 26.40%
R=35.84%
G=37.76%
B=26.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961370.0500.300.2370.1733.3365.29
HexBAC489501E17462141
Octal27230421150362710641101
Binary1011101011000100100010011010111101011110001101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC489; }

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

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

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

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

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

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

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

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