#BAB77D

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

Shades of Pine Glade #BAB77D

Tints of Pine Glade #BAB77D

Color information

#BAB77D (or 0xBAB77D) is unknown color: approx Pine Glade. HEX triplet: BA, B7 and 7D. RGB value is (186,183,125). Sum of RGB (Red+Green+Blue) = 186+183+125=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB77D is #454882. Grayscale: #B1B1B1. Windows color (decimal): -4540547 or 8239034. OLE color: 8239034.

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

Color convert

RGB186183125-
CMYK00.020.330.27
HSL57.05º30.65%60.98%-
HSV(B)57.05º32.8%72.94%-
XYZ40.8845.7926.08-
YUV177.2898.49134.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 183 (71.88% from 255) = 37.04%
BLUE value IS 125 (49.22% from 255) = 25.30%
R=37.65%
G=37.04%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618312500.020.330.2757.0530.6560.98
HexBAB77D02211B391f3d
Octal272267175024133713775
Binary101110101011011111111010101000011101111100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB77D; }

 p { color: rgb(186,183,125); }

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

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

 a { background-color: rgb(186,183,125); }

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

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

 span { border-color: rgb(186,183,125); }

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