#BAB87E

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

Shades of Pine Glade #BAB87E

Tints of Pine Glade #BAB87E

Color information

#BAB87E (or 0xBAB87E) is unknown color: approx Pine Glade. HEX triplet: BA, B8 and 7E. RGB value is (186,184,126). Sum of RGB (Red+Green+Blue) = 186+184+126=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB87E is #454781. Grayscale: #B2B2B2. Windows color (decimal): -4540290 or 8304826. OLE color: 8304826.

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

Color convert

RGB186184126-
CMYK00.010.320.27
HSL58º30.3%61.18%-
HSV(B)58º32.26%72.94%-
XYZ41.1646.2326.49-
YUV177.9998.66133.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 184 (72.27% from 255) = 37.10%
BLUE value IS 126 (49.61% from 255) = 25.40%
R=37.5%
G=37.10%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618412600.010.320.275830.361.18
HexBAB87E01201B3a1e3d
Octal272270176014033723675
Binary10111010101110001111110011000001101111101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB87E; }

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

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

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

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

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

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

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

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