Html Css Color HEX #BAD46E Wild Willow

📋 copy color: '#BAD46E'

red 186 ◦ green 212 ◦ blue 110

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

Shades of Wild Willow #BAD46E

Tints of Wild Willow #BAD46E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.73%

 BLUE value IS 110 (43.36% from 255) = 21.65%

R = 36.61%
G = 41.73%
B = 21.65%

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

#BAD46E (or 0xBAD46E) is known color: Wild Willow. HEX triplet: BA, D4 and 6E. RGB value is (186,212,110). Sum of RGB (Red+Green+Blue) = 186+212+110=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 110 (43.36% from 255 or 21.65% from 508); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD46E is #452B91. Grayscale: #C0C0C0. Windows color (decimal): -4533138 or 7263418. OLE color: 7263418.

HSL color Cylindrical-coordinate representation of color #BAD46E: hue angle of 75.29º 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 #BAD46E is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 212 110 -
CMYK 0.12 0 0.48 0.17
HSL 75.29º 0.54% 0.63% -
HSV(B) 75.29º 0.48% 0.83% -
XYZ 46.61 58.65 23.62 -
YUV 192.6 81.39 123.29 -
System Red Green Blue C M Y K H S L
Decimal 186 212 110 0.12 0 0.48 0.17 75.29 0.54 0.63
Hex BA D4 6E C 0 30 11 4B 36 3F
Octal 272 324 156 14 0 60 21 113 66 77
Binary 10111010 11010100 1101110 1100 0 110000 10001 1001011 110110 111111

Color Harmonies of #BAD46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD46E

Black with #BAD46E

Text Example


Text Example

White with #BAD46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD46E; }

 p { color: rgb(186,212,110); }

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

background-color css

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

 a { background-color: rgb(186,212,110); }

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

border-color css

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

 span { border-color: rgb(186,212,110); }

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