Html Css Color HEX #BAAE50 Sundance

📋 copy color: '#BAAE50'

red 186 ◦ green 174 ◦ blue 80

#BAAE50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sundance #BAAE50

Tints of Sundance #BAAE50

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 value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BAAE50 (or 0xBAAE50) is known color: 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

RGB 186 174 80 -
CMYK 0 0.06 0.57 0.27
HSL 53.21º 0.43% 0.52% -
HSV(B) 53.21º 0.57% 0.73% -
XYZ 36.83 41.29 13.62 -
YUV 166.87 78.98 141.64 -
System Red Green Blue C M Y K H S L
Decimal 186 174 80 0 0.06 0.57 0.27 53.21 0.43 0.52
Hex BA AE 50 0 6 39 1B 35 2B 34
Octal 272 256 120 0 6 71 33 65 53 64
Binary 10111010 10101110 1010000 0 110 111001 11011 110101 101011 110100

Color Harmonies of #BAAE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE50

Black with #BAAE50

Text Example


Text Example

White with #BAAE50

Text Example


Text Example

HTML Codes & Css Web 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>