#BABA84

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

Shades of Pine Glade #BABA84

Tints of Pine Glade #BABA84

Color information

#BABA84 (or 0xBABA84) is unknown color: approx Pine Glade. HEX triplet: BA, BA and 84. RGB value is (186,186,132). Sum of RGB (Red+Green+Blue) = 186+186+132=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABA84 is #45457B. Grayscale: #B4B4B4. Windows color (decimal): -4539772 or 8698554. OLE color: 8698554.

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

Color convert

RGB186186132-
CMYK000.290.27
HSL60º28.13%62.35%-
HSV(B)60º29.03%72.94%-
XYZ41.9747.2228.73-
YUV179.84101132.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 132 (51.95% from 255) = 26.19%
R=36.90%
G=36.90%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186132000.290.276028.1362.35
HexBABA84001D1B3c1c3e
Octal272272204003533743476
Binary10111010101110101000010000111011101111110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA84; }

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

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

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

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

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

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

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

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