#BAC080

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

Shades of Pine Glade #BAC080

Tints of Pine Glade #BAC080

Color information

#BAC080 (or 0xBAC080) is unknown color: approx Pine Glade. HEX triplet: BA, C0 and 80. RGB value is (186,192,128). Sum of RGB (Red+Green+Blue) = 186+192+128=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC080 is #453F7F. Grayscale: #B7B7B7. Windows color (decimal): -4538240 or 8437946. OLE color: 8437946.

HSL color Cylindrical-coordinate representation of color #BAC080: hue angle of 65.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAC080 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB186192128-
CMYK0.0300.330.25
HSL65.62º33.68%62.75%-
HSV(B)65.62º33.33%75.29%-
XYZ4349.727.75-
YUV182.9197.01130.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 192 (75.39% from 255) = 37.94%
BLUE value IS 128 (50.39% from 255) = 25.30%
R=36.76%
G=37.94%
B=25.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861921280.0300.330.2565.6233.6862.75
HexBAC08030211942223f
Octal2723002003041311024277
Binary101110101100000010000000110100001110011000010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC080; }

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

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

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

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

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

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

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

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