Html Css Color HEX #BAD665 Wild Willow

📋 copy color: '#BAD665'

red 186 ◦ green 214 ◦ blue 101

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

Shades of Wild Willow #BAD665

Tints of Wild Willow #BAD665

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.71%

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

R = 37.13%
G = 42.71%
B = 20.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#BAD665 (or 0xBAD665) is known color: Wild Willow. HEX triplet: BA, D6 and 65. RGB value is (186,214,101). Sum of RGB (Red+Green+Blue) = 186+214+101=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD665 is #45299A. Grayscale: #C1C1C1. Windows color (decimal): -4532635 or 6674106. OLE color: 6674106.

HSL color Cylindrical-coordinate representation of color #BAD665: hue angle of 74.87º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAD665 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 214 101 -
CMYK 0.13 0 0.53 0.16
HSL 74.87º 0.58% 0.62% -
HSV(B) 74.87º 0.53% 0.84% -
XYZ 46.65 59.47 21.33 -
YUV 192.75 76.22 123.19 -
System Red Green Blue C M Y K H S L
Decimal 186 214 101 0.13 0 0.53 0.16 74.87 0.58 0.62
Hex BA D6 65 D 0 35 10 4B 3A 3E
Octal 272 326 145 15 0 65 20 113 72 76
Binary 10111010 11010110 1100101 1101 0 110101 10000 1001011 111010 111110

Color Harmonies of #BAD665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD665

Black with #BAD665

Text Example


Text Example

White with #BAD665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD665; }

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

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

background-color css

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

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

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

border-color css

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

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

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