#BAC585

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

Shades of Pine Glade #BAC585

Tints of Pine Glade #BAC585

Color information

#BAC585 (or 0xBAC585) is unknown color: approx Pine Glade. HEX triplet: BA, C5 and 85. RGB value is (186,197,133). Sum of RGB (Red+Green+Blue) = 186+197+133=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC585 is #453A7A. Grayscale: #BABABA. Windows color (decimal): -4536955 or 8766906. OLE color: 8766906.

HSL color Cylindrical-coordinate representation of color #BAC585: hue angle of 70.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAC585 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB186197133-
CMYK0.0600.320.23
HSL70.31º35.56%64.71%-
HSV(B)70.31º32.49%77.25%-
XYZ44.4552.0729.9-
YUV186.4297.86127.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 197 (77.34% from 255) = 38.18%
BLUE value IS 133 (52.34% from 255) = 25.78%
R=36.05%
G=38.18%
B=25.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971330.0600.320.2370.3135.5664.71
HexBAC585602017462441
Octal27230520560402710644101
Binary10111010110001011000010111001000001011110001101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC585; }

 p { color: rgb(186,197,133); }

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

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

 a { background-color: rgb(186,197,133); }

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

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

 span { border-color: rgb(186,197,133); }

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