#BAA84E

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

Shades of Sundance #BAA84E

Tints of Sundance #BAA84E

Color information

#BAA84E (or 0xBAA84E) is unknown color: approx Sundance. HEX triplet: BA, A8 and 4E. RGB value is (186,168,78). Sum of RGB (Red+Green+Blue) = 186+168+78=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA84E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA84E is #4557B1. Grayscale: #A3A3A3. Windows color (decimal): -4544434 or 5155002. OLE color: 5155002.

HSL color Cylindrical-coordinate representation of color #BAA84E: hue angle of 50º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAA84E is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18616878-
CMYK00.100.580.27
HSL50º43.9%51.76%-
HSV(B)50º58.06%72.94%-
XYZ35.6338.9912.86-
YUV163.1279.96144.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 168 (66.02% from 255) = 38.89%
BLUE value IS 78 (30.86% from 255) = 18.06%
R=43.06%
G=38.89%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861687800.100.580.275043.951.76
HexBAA84E0A3A1B322c34
Octal2722501160127233625464
Binary101110101010100010011100101011101011011110010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA84E; }

 p { color: rgb(186,168,78); }

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

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

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

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

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

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

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