#BABA7D

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

Shades of Pine Glade #BABA7D

Tints of Pine Glade #BABA7D

Color information

#BABA7D (or 0xBABA7D) is unknown color: approx Pine Glade. HEX triplet: BA, BA and 7D. RGB value is (186,186,125). Sum of RGB (Red+Green+Blue) = 186+186+125=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA7D is #454582. Grayscale: #B3B3B3. Windows color (decimal): -4539779 or 8239802. OLE color: 8239802.

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

Color convert

RGB186186125-
CMYK000.330.27
HSL60º30.65%60.98%-
HSV(B)60º32.8%72.94%-
XYZ41.5147.0426.29-
YUV179.0597.5132.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 186 (73.05% from 255) = 37.42%
BLUE value IS 125 (49.22% from 255) = 25.15%
R=37.42%
G=37.42%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186125000.330.276030.6560.98
HexBABA7D00211B3c1f3d
Octal272272175004133743775
Binary10111010101110101111101001000011101111110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA7D; }

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

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

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

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

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

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

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

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