Html Css Color HEX #BAD96F Wild Willow

📋 copy color: '#BAD96F'

red 186 ◦ green 217 ◦ blue 111

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

Shades of Wild Willow #BAD96F

Tints of Wild Willow #BAD96F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.22%

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

R = 36.19%
G = 42.22%
B = 21.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#BAD96F (or 0xBAD96F) is known color: Wild Willow. HEX triplet: BA, D9 and 6F. RGB value is (186,217,111). Sum of RGB (Red+Green+Blue) = 186+217+111=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD96F is #452690. Grayscale: #C4C4C4. Windows color (decimal): -4531857 or 7330234. OLE color: 7330234.

HSL color Cylindrical-coordinate representation of color #BAD96F: hue angle of 77.55º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAD96F is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 217 111 -
CMYK 0.14 0 0.49 0.15
HSL 77.55º 0.58% 0.64% -
HSV(B) 77.55º 0.49% 0.85% -
XYZ 47.93 61.21 24.33 -
YUV 195.65 80.23 121.12 -
System Red Green Blue C M Y K H S L
Decimal 186 217 111 0.14 0 0.49 0.15 77.55 0.58 0.64
Hex BA D9 6F E 0 31 F 4E 3A 40
Octal 272 331 157 16 0 61 17 116 72 100
Binary 10111010 11011001 1101111 1110 0 110001 1111 1001110 111010 1000000

Color Harmonies of #BAD96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD96F

Black with #BAD96F

Text Example


Text Example

White with #BAD96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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