#BABA77

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

Shades of Pine Glade #BABA77

Tints of Pine Glade #BABA77

Color information

#BABA77 (or 0xBABA77) is unknown color: approx Pine Glade. HEX triplet: BA, BA and 77. RGB value is (186,186,119). Sum of RGB (Red+Green+Blue) = 186+186+119=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA77 is #454588. Grayscale: #B2B2B2. Windows color (decimal): -4539785 or 7846586. OLE color: 7846586.

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

Color convert

RGB186186119-
CMYK000.360.27
HSL60º32.68%59.8%-
HSV(B)60º36.02%72.94%-
XYZ41.1446.8924.33-
YUV178.3694.5133.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 119 (46.88% from 255) = 24.24%
R=37.88%
G=37.88%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186119000.360.276032.6859.8
HexBABA7700241B3c213c
Octal272272167004433744174
Binary101110101011101011101110010010011011111100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA77; }

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

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

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

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

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

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

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

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