Html Css Color HEX #BAD166 Wild Willow

📋 copy color: '#BAD166'

red 186 ◦ green 209 ◦ blue 102

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

Shades of Wild Willow #BAD166

Tints of Wild Willow #BAD166

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.05%

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

R = 37.42%
G = 42.05%
B = 20.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#BAD166 (or 0xBAD166) is known color: Wild Willow. HEX triplet: BA, D1 and 66. RGB value is (186,209,102). Sum of RGB (Red+Green+Blue) = 186+209+102=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD166 is #452E99. Grayscale: #BEBEBE. Windows color (decimal): -4533914 or 6738362. OLE color: 6738362.

HSL color Cylindrical-coordinate representation of color #BAD166: hue angle of 72.9º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAD166 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 209 102 -
CMYK 0.11 0 0.51 0.18
HSL 72.9º 0.54% 0.61% -
HSV(B) 72.9º 0.51% 0.82% -
XYZ 45.45 57 21.18 -
YUV 189.93 78.38 125.2 -
System Red Green Blue C M Y K H S L
Decimal 186 209 102 0.11 0 0.51 0.18 72.9 0.54 0.61
Hex BA D1 66 B 0 33 12 49 36 3D
Octal 272 321 146 13 0 63 22 111 66 75
Binary 10111010 11010001 1100110 1011 0 110011 10010 1001001 110110 111101

Color Harmonies of #BAD166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD166

Black with #BAD166

Text Example


Text Example

White with #BAD166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD166; }

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

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

background-color css

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

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

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

border-color css

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

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

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