#BAB77E

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

Shades of Pine Glade #BAB77E

Tints of Pine Glade #BAB77E

Color information

#BAB77E (or 0xBAB77E) is unknown color: approx Pine Glade. HEX triplet: BA, B7 and 7E. RGB value is (186,183,126). Sum of RGB (Red+Green+Blue) = 186+183+126=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB77E is #454881. Grayscale: #B1B1B1. Windows color (decimal): -4540546 or 8304570. OLE color: 8304570.

HSL color Cylindrical-coordinate representation of color #BAB77E: hue angle of 57º 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 #BAB77E is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB186183126-
CMYK00.020.320.27
HSL57º30.3%61.18%-
HSV(B)57º32.26%72.94%-
XYZ40.9545.8126.42-
YUV177.498.99134.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 183 (71.88% from 255) = 36.97%
BLUE value IS 126 (49.61% from 255) = 25.45%
R=37.58%
G=36.97%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618312600.020.320.275730.361.18
HexBAB77E02201B391e3d
Octal272267176024033713675
Binary101110101011011111111100101000001101111100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB77E; }

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

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

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

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

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

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

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

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