Html Css Color HEX #BAD965 Wild Willow

📋 copy color: '#BAD965'

red 186 ◦ green 217 ◦ blue 101

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

Shades of Wild Willow #BAD965

Tints of Wild Willow #BAD965

RGB

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

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

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

R = 36.9%
G = 43.06%
B = 20.04%

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

#BAD965 (or 0xBAD965) is known color: Wild Willow. HEX triplet: BA, D9 and 65. RGB value is (186,217,101). Sum of RGB (Red+Green+Blue) = 186+217+101=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 101 (39.84% from 255 or 20.04% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD965 is #45269A. Grayscale: #C2C2C2. Windows color (decimal): -4531867 or 6674874. OLE color: 6674874.

HSL color Cylindrical-coordinate representation of color #BAD965: hue angle of 76.03º 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 #BAD965 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 217 101 -
CMYK 0.14 0 0.53 0.15
HSL 76.03º 0.6% 0.62% -
HSV(B) 76.03º 0.53% 0.85% -
XYZ 47.41 61 21.59 -
YUV 194.51 75.23 121.93 -
System Red Green Blue C M Y K H S L
Decimal 186 217 101 0.14 0 0.53 0.15 76.03 0.6 0.62
Hex BA D9 65 E 0 35 F 4C 3C 3E
Octal 272 331 145 16 0 65 17 114 74 76
Binary 10111010 11011001 1100101 1110 0 110101 1111 1001100 111100 111110

Color Harmonies of #BAD965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD965

Black with #BAD965

Text Example


Text Example

White with #BAD965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD965; }

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

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

background-color css

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

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

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

border-color css

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

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

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