#BAAE50

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

Shades of Sundance #BAAE50

Tints of Sundance #BAAE50

Color information

#BAAE50 (or 0xBAAE50) is unknown color: approx Sundance. HEX triplet: BA, AE and 50. RGB value is (186,174,80). Sum of RGB (Red+Green+Blue) = 186+174+80=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE50 is #4551AF. Grayscale: #A7A7A7. Windows color (decimal): -4542896 or 5287610. OLE color: 5287610.

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

Color convert

RGB18617480-
CMYK00.060.570.27
HSL53.21º43.44%52.16%-
HSV(B)53.21º56.99%72.94%-
XYZ36.8341.2913.62-
YUV166.8778.98141.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 174 (68.36% from 255) = 39.55%
BLUE value IS 80 (31.64% from 255) = 18.18%
R=42.27%
G=39.55%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861748000.060.570.2753.2143.4452.16
HexBAAE5006391B352b34
Octal272256120067133655364
Binary10111010101011101010000011011100111011110101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE50; }

 p { color: rgb(186,174,80); }

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

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

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

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

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

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

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