#BAC180

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

Shades of Pine Glade #BAC180

Tints of Pine Glade #BAC180

Color information

#BAC180 (or 0xBAC180) is unknown color: approx Pine Glade. HEX triplet: BA, C1 and 80. RGB value is (186,193,128). Sum of RGB (Red+Green+Blue) = 186+193+128=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC180 is #453E7F. Grayscale: #B7B7B7. Windows color (decimal): -4537984 or 8438202. OLE color: 8438202.

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

Color convert

RGB186193128-
CMYK0.0400.340.24
HSL66.46º34.39%62.94%-
HSV(B)66.46º33.68%75.69%-
XYZ43.2250.1427.82-
YUV183.596.68129.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.69%
GREEN value IS 193 (75.78% from 255) = 38.07%
BLUE value IS 128 (50.39% from 255) = 25.25%
R=36.69%
G=38.07%
B=25.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861931280.0400.340.2466.4634.3962.94
HexBAC18040221842223f
Octal2723012004042301024277
Binary1011101011000001100000001000100010110001000010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC180; }

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

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

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

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

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

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

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

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