#BAB880

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

Shades of Pine Glade #BAB880

Tints of Pine Glade #BAB880

Color information

#BAB880 (or 0xBAB880) is unknown color: approx Pine Glade. HEX triplet: BA, B8 and 80. RGB value is (186,184,128). Sum of RGB (Red+Green+Blue) = 186+184+128=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB880 is #45477F. Grayscale: #B2B2B2. Windows color (decimal): -4540288 or 8435898. OLE color: 8435898.

HSL color Cylindrical-coordinate representation of color #BAB880: hue angle of 57.93º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAB880 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB186184128-
CMYK00.010.310.27
HSL57.93º29.59%61.57%-
HSV(B)57.93º31.18%72.94%-
XYZ41.2946.2827.18-
YUV178.2199.66133.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 184 (72.27% from 255) = 36.95%
BLUE value IS 128 (50.39% from 255) = 25.70%
R=37.35%
G=36.95%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618412800.010.310.2757.9329.5961.57
HexBAB880011F1B3a1e3e
Octal272270200013733723676
Binary10111010101110001000000001111111101111101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB880; }

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

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

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

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

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

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

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

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