#BAC287

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

Shades of Pine Glade #BAC287

Tints of Pine Glade #BAC287

Color information

#BAC287 (or 0xBAC287) is unknown color: approx Pine Glade. HEX triplet: BA, C2 and 87. RGB value is (186,194,135). Sum of RGB (Red+Green+Blue) = 186+194+135=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 135 (53.12% from 255 or 26.21% from 515); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC287 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC287 is #453D78. Grayscale: #B9B9B9. Windows color (decimal): -4537721 or 8897210. OLE color: 8897210.

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

Color convert

RGB186194135-
CMYK0.0400.300.24
HSL68.14º32.6%64.51%-
HSV(B)68.14º30.41%76.08%-
XYZ43.9150.7730.41-
YUV184.8899.85128.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 194 (76.17% from 255) = 37.67%
BLUE value IS 135 (53.12% from 255) = 26.21%
R=36.12%
G=37.67%
B=26.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861941350.0400.300.2468.1432.664.51
HexBAC287401E18442141
Octal27230220740363010441101
Binary1011101011000010100001111000111101100010001001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC287; }

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

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

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

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

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

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

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

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