#BAB67B

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

Shades of Pine Glade #BAB67B

Tints of Pine Glade #BAB67B

Color information

#BAB67B (or 0xBAB67B) is unknown color: approx Pine Glade. HEX triplet: BA, B6 and 7B. RGB value is (186,182,123). Sum of RGB (Red+Green+Blue) = 186+182+123=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB67B is #454984. Grayscale: #B0B0B0. Windows color (decimal): -4540805 or 8107706. OLE color: 8107706.

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

Color convert

RGB186182123-
CMYK00.020.340.27
HSL56.19º31.34%60.59%-
HSV(B)56.19º33.87%72.94%-
XYZ40.5545.3325.35-
YUV176.4797.83134.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 182 (71.48% from 255) = 37.07%
BLUE value IS 123 (48.44% from 255) = 25.05%
R=37.88%
G=37.07%
B=25.05%

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
Decimal18618212300.020.340.2756.1931.3460.59
HexBAB67B02221B381f3d
Octal272266173024233703775
Binary101110101011011011110110101000101101111100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB67B; }

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

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

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

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

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

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

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

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