Html Css Color HEX #BAD36F Wild Willow

📋 copy color: '#BAD36F'

red 186 ◦ green 211 ◦ blue 111

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

Shades of Wild Willow #BAD36F

Tints of Wild Willow #BAD36F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.54%

 BLUE value IS 111 (43.75% from 255) = 21.85%

R = 36.61%
G = 41.54%
B = 21.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#BAD36F (or 0xBAD36F) is known color: Wild Willow. HEX triplet: BA, D3 and 6F. RGB value is (186,211,111). Sum of RGB (Red+Green+Blue) = 186+211+111=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD36F is #452C90. Grayscale: #C0C0C0. Windows color (decimal): -4533393 or 7328698. OLE color: 7328698.

HSL color Cylindrical-coordinate representation of color #BAD36F: hue angle of 75º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAD36F is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 211 111 -
CMYK 0.12 0 0.47 0.17
HSL 75º 0.53% 0.63% -
HSV(B) 75º 0.47% 0.83% -
XYZ 46.41 58.18 23.82 -
YUV 192.13 82.22 123.63 -
System Red Green Blue C M Y K H S L
Decimal 186 211 111 0.12 0 0.47 0.17 75 0.53 0.63
Hex BA D3 6F C 0 2F 11 4B 35 3F
Octal 272 323 157 14 0 57 21 113 65 77
Binary 10111010 11010011 1101111 1100 0 101111 10001 1001011 110101 111111

Color Harmonies of #BAD36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD36F

Black with #BAD36F

Text Example


Text Example

White with #BAD36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD36F; }

 p { color: rgb(186,211,111); }

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

background-color css

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

 a { background-color: rgb(186,211,111); }

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

border-color css

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

 span { border-color: rgb(186,211,111); }

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