#BAB77A

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

Shades of Pine Glade #BAB77A

Tints of Pine Glade #BAB77A

Color information

#BAB77A (or 0xBAB77A) is unknown color: approx Pine Glade. HEX triplet: BA, B7 and 7A. RGB value is (186,183,122). Sum of RGB (Red+Green+Blue) = 186+183+122=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB77A is #454885. Grayscale: #B1B1B1. Windows color (decimal): -4540550 or 8042426. OLE color: 8042426.

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

Color convert

RGB186183122-
CMYK00.020.340.27
HSL57.19º31.68%60.39%-
HSV(B)57.19º34.41%72.94%-
XYZ40.745.7125.09-
YUV176.9496.99134.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 183 (71.88% from 255) = 37.27%
BLUE value IS 122 (48.05% from 255) = 24.85%
R=37.88%
G=37.27%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618312200.020.340.2757.1931.6860.39
HexBAB77A02221B39203c
Octal272267172024233714074
Binary1011101010110111111101001010001011011111001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB77A; }

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

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

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

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

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

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

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

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