Html Css Color HEX #BAD86B Wild Willow

📋 copy color: '#BAD86B'

red 186 ◦ green 216 ◦ blue 107

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

Shades of Wild Willow #BAD86B

Tints of Wild Willow #BAD86B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.44%

 BLUE value IS 107 (42.19% from 255) = 21.02%

R = 36.54%
G = 42.44%
B = 21.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#BAD86B (or 0xBAD86B) is known color: Wild Willow. HEX triplet: BA, D8 and 6B. RGB value is (186,216,107). Sum of RGB (Red+Green+Blue) = 186+216+107=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 107 (42.19% from 255 or 21.02% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD86B is #452794. Grayscale: #C3C3C3. Windows color (decimal): -4532117 or 7067834. OLE color: 7067834.

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

Color convert

RGB 186 216 107 -
CMYK 0.14 0 0.50 0.15
HSL 76.51º 0.58% 0.63% -
HSV(B) 76.51º 0.5% 0.85% -
XYZ 47.46 60.61 23.11 -
YUV 194.6 78.56 121.86 -
System Red Green Blue C M Y K H S L
Decimal 186 216 107 0.14 0 0.50 0.15 76.51 0.58 0.63
Hex BA D8 6B E 0 32 F 4D 3A 3F
Octal 272 330 153 16 0 62 17 115 72 77
Binary 10111010 11011000 1101011 1110 0 110010 1111 1001101 111010 111111

Color Harmonies of #BAD86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD86B

Black with #BAD86B

Text Example


Text Example

White with #BAD86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD86B; }

 p { color: rgb(186,216,107); }

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

background-color css

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

 a { background-color: rgb(186,216,107); }

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

border-color css

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

 span { border-color: rgb(186,216,107); }

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