Html Css Color HEX #BAD865 Wild Willow

📋 copy color: '#BAD865'

red 186 ◦ green 216 ◦ blue 101

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

Shades of Wild Willow #BAD865

Tints of Wild Willow #BAD865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.08%

R = 36.98%
G = 42.94%
B = 20.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#BAD865 (or 0xBAD865) is known color: Wild Willow. HEX triplet: BA, D8 and 65. RGB value is (186,216,101). Sum of RGB (Red+Green+Blue) = 186+216+101=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD865 is #45279A. Grayscale: #C2C2C2. Windows color (decimal): -4532123 or 6674618. OLE color: 6674618.

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

Color convert

RGB 186 216 101 -
CMYK 0.14 0 0.53 0.15
HSL 75.65º 0.6% 0.62% -
HSV(B) 75.65º 0.53% 0.85% -
XYZ 47.15 60.49 21.5 -
YUV 193.92 75.56 122.35 -
System Red Green Blue C M Y K H S L
Decimal 186 216 101 0.14 0 0.53 0.15 75.65 0.6 0.62
Hex BA D8 65 E 0 35 F 4C 3C 3E
Octal 272 330 145 16 0 65 17 114 74 76
Binary 10111010 11011000 1100101 1110 0 110101 1111 1001100 111100 111110

Color Harmonies of #BAD865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD865

Black with #BAD865

Text Example


Text Example

White with #BAD865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD865; }

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

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

background-color css

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

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

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

border-color css

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

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

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