Html Css Color HEX #BAD36D Wild Willow

📋 copy color: '#BAD36D'

red 186 ◦ green 211 ◦ blue 109

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

Shades of Wild Willow #BAD36D

Tints of Wild Willow #BAD36D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.54%

R = 36.76%
G = 41.7%
B = 21.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#BAD36D (or 0xBAD36D) is known color: Wild Willow. HEX triplet: BA, D3 and 6D. RGB value is (186,211,109). Sum of RGB (Red+Green+Blue) = 186+211+109=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD36D is #452C92. Grayscale: #C0C0C0. Windows color (decimal): -4533395 or 7197626. OLE color: 7197626.

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

Color convert

RGB 186 211 109 -
CMYK 0.12 0 0.48 0.17
HSL 74.71º 0.54% 0.63% -
HSV(B) 74.71º 0.48% 0.83% -
XYZ 46.3 58.13 23.25 -
YUV 191.9 81.22 123.79 -
System Red Green Blue C M Y K H S L
Decimal 186 211 109 0.12 0 0.48 0.17 74.71 0.54 0.63
Hex BA D3 6D C 0 30 11 4B 36 3F
Octal 272 323 155 14 0 60 21 113 66 77
Binary 10111010 11010011 1101101 1100 0 110000 10001 1001011 110110 111111

Color Harmonies of #BAD36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD36D

Black with #BAD36D

Text Example


Text Example

White with #BAD36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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