#BAC087

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

Shades of Pine Glade #BAC087

Tints of Pine Glade #BAC087

Color information

#BAC087 (or 0xBAC087) is unknown color: approx Pine Glade. HEX triplet: BA, C0 and 87. RGB value is (186,192,135). Sum of RGB (Red+Green+Blue) = 186+192+135=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 135 (53.12% from 255 or 26.32% from 513); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC087 is #453F78. Grayscale: #B7B7B7. Windows color (decimal): -4538233 or 8896698. OLE color: 8896698.

HSL color Cylindrical-coordinate representation of color #BAC087: hue angle of 66.32º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAC087 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB186192135-
CMYK0.0300.300.25
HSL66.32º31.15%64.12%-
HSV(B)66.32º29.69%75.29%-
XYZ43.4749.8930.26-
YUV183.71100.51129.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.26%
GREEN value IS 192 (75.39% from 255) = 37.43%
BLUE value IS 135 (53.12% from 255) = 26.32%
R=36.26%
G=37.43%
B=26.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861921350.0300.300.2566.3231.1564.12
HexBAC087301E19421f40
Octal27230020730363110237100
Binary10111010110000001000011111011110110011000010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC087; }

 p { color: rgb(186,192,135); }

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

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

 a { background-color: rgb(186,192,135); }

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

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

 span { border-color: rgb(186,192,135); }

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