Html Css Color HEX #BAD053 Wild Willow

📋 copy color: '#BAD053'

red 186 ◦ green 208 ◦ blue 83

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

Shades of Wild Willow #BAD053

Tints of Wild Willow #BAD053

RGB

 RED value IS 186 (73.05% from 255) = 38.99%

 GREEN value IS 208 (81.64% from 255) = 43.61%

 BLUE value IS 83 (32.81% from 255) = 17.4%

R = 38.99%
G = 43.61%
B = 17.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#BAD053 (or 0xBAD053) is known color: Wild Willow. HEX triplet: BA, D0 and 53. RGB value is (186,208,83). Sum of RGB (Red+Green+Blue) = 186+208+83=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 83 (32.81% from 255 or 17.40% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD053 is #452FAC. Grayscale: #BBBBBB. Windows color (decimal): -4534189 or 5492922. OLE color: 5492922.

HSL color Cylindrical-coordinate representation of color #BAD053: hue angle of 70.56º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAD053 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 208 83 -
CMYK 0.11 0 0.60 0.18
HSL 70.56º 0.57% 0.57% -
HSV(B) 70.56º 0.6% 0.82% -
XYZ 44.37 56.18 16.69 -
YUV 187.17 69.21 127.16 -
System Red Green Blue C M Y K H S L
Decimal 186 208 83 0.11 0 0.60 0.18 70.56 0.57 0.57
Hex BA D0 53 B 0 3C 12 47 39 39
Octal 272 320 123 13 0 74 22 107 71 71
Binary 10111010 11010000 1010011 1011 0 111100 10010 1000111 111001 111001

Color Harmonies of #BAD053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD053

Black with #BAD053

Text Example


Text Example

White with #BAD053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD053; }

 p { color: rgb(186,208,83); }

 H1.HeaderClassName
 {
   color: #BAD053;
 }
 .AnyTagClassName
 {
   color: #BAD053;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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