#BAB87B

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

Shades of Pine Glade #BAB87B

Tints of Pine Glade #BAB87B

Color information

#BAB87B (or 0xBAB87B) is unknown color: approx Pine Glade. HEX triplet: BA, B8 and 7B. RGB value is (186,184,123). Sum of RGB (Red+Green+Blue) = 186+184+123=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB87B is #454784. Grayscale: #B1B1B1. Windows color (decimal): -4540293 or 8108218. OLE color: 8108218.

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

Color convert

RGB186184123-
CMYK00.010.340.27
HSL58.1º31.34%60.59%-
HSV(B)58.1º33.87%72.94%-
XYZ40.9746.1525.49-
YUV177.6497.16133.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 184 (72.27% from 255) = 37.32%
BLUE value IS 123 (48.44% from 255) = 24.95%
R=37.73%
G=37.32%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618412300.010.340.2758.131.3460.59
HexBAB87B01221B3a1f3d
Octal272270173014233723775
Binary10111010101110001111011011000101101111101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB87B; }

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

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

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

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

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

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

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

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