Html Css Color HEX #BAD562 Wild Willow

📋 copy color: '#BAD562'

red 186 ◦ green 213 ◦ blue 98

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

Shades of Wild Willow #BAD562

Tints of Wild Willow #BAD562

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.86%

 BLUE value IS 98 (38.67% from 255) = 19.72%

R = 37.42%
G = 42.86%
B = 19.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#BAD562 (or 0xBAD562) is known color: Wild Willow. HEX triplet: BA, D5 and 62. RGB value is (186,213,98). Sum of RGB (Red+Green+Blue) = 186+213+98=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD562 is #452A9D. Grayscale: #C0C0C0. Windows color (decimal): -4532894 or 6477242. OLE color: 6477242.

HSL color Cylindrical-coordinate representation of color #BAD562: hue angle of 74.09º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAD562 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 213 98 -
CMYK 0.13 0 0.54 0.16
HSL 74.09º 0.58% 0.61% -
HSV(B) 74.09º 0.54% 0.84% -
XYZ 46.25 58.91 20.49 -
YUV 191.82 75.05 123.85 -
System Red Green Blue C M Y K H S L
Decimal 186 213 98 0.13 0 0.54 0.16 74.09 0.58 0.61
Hex BA D5 62 D 0 36 10 4A 3A 3D
Octal 272 325 142 15 0 66 20 112 72 75
Binary 10111010 11010101 1100010 1101 0 110110 10000 1001010 111010 111101

Color Harmonies of #BAD562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD562

Black with #BAD562

Text Example


Text Example

White with #BAD562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD562; }

 p { color: rgb(186,213,98); }

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

background-color css

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

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

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

border-color css

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

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

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