Html Css Color HEX #BAD966 Wild Willow

📋 copy color: '#BAD966'

red 186 ◦ green 217 ◦ blue 102

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

Shades of Wild Willow #BAD966

Tints of Wild Willow #BAD966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.2%

R = 36.83%
G = 42.97%
B = 20.2%

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

#BAD966 (or 0xBAD966) is known color: Wild Willow. HEX triplet: BA, D9 and 66. RGB value is (186,217,102). Sum of RGB (Red+Green+Blue) = 186+217+102=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD966 is #452699. Grayscale: #C3C3C3. Windows color (decimal): -4531866 or 6740410. OLE color: 6740410.

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

Color convert

RGB 186 217 102 -
CMYK 0.14 0 0.53 0.15
HSL 76.17º 0.6% 0.63% -
HSV(B) 76.17º 0.53% 0.85% -
XYZ 47.46 61.02 21.85 -
YUV 194.62 75.73 121.85 -
System Red Green Blue C M Y K H S L
Decimal 186 217 102 0.14 0 0.53 0.15 76.17 0.6 0.63
Hex BA D9 66 E 0 35 F 4C 3C 3F
Octal 272 331 146 16 0 65 17 114 74 77
Binary 10111010 11011001 1100110 1110 0 110101 1111 1001100 111100 111111

Color Harmonies of #BAD966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD966

Black with #BAD966

Text Example


Text Example

White with #BAD966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD966; }

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

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

background-color css

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

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

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

border-color css

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

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

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