Html Css Color HEX #BAD261 Wild Willow

📋 copy color: '#BAD261'

red 186 ◦ green 210 ◦ blue 97

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

Shades of Wild Willow #BAD261

Tints of Wild Willow #BAD261

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.6%

 BLUE value IS 97 (38.28% from 255) = 19.68%

R = 37.73%
G = 42.6%
B = 19.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#BAD261 (or 0xBAD261) is known color: Wild Willow. HEX triplet: BA, D2 and 61. RGB value is (186,210,97). Sum of RGB (Red+Green+Blue) = 186+210+97=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD261 is #452D9E. Grayscale: #BEBEBE. Windows color (decimal): -4533663 or 6410938. OLE color: 6410938.

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

Color convert

RGB 186 210 97 -
CMYK 0.11 0 0.54 0.18
HSL 72.74º 0.56% 0.6% -
HSV(B) 72.74º 0.54% 0.82% -
XYZ 45.45 57.4 19.99 -
YUV 189.94 75.55 125.19 -
System Red Green Blue C M Y K H S L
Decimal 186 210 97 0.11 0 0.54 0.18 72.74 0.56 0.6
Hex BA D2 61 B 0 36 12 49 38 3C
Octal 272 322 141 13 0 66 22 111 70 74
Binary 10111010 11010010 1100001 1011 0 110110 10010 1001001 111000 111100

Color Harmonies of #BAD261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD261

Black with #BAD261

Text Example


Text Example

White with #BAD261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD261; }

 p { color: rgb(186,210,97); }

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

background-color css

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

 a { background-color: rgb(186,210,97); }

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

border-color css

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

 span { border-color: rgb(186,210,97); }

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