Html Css Color HEX #BAD164 Wild Willow

📋 copy color: '#BAD164'

red 186 ◦ green 209 ◦ blue 100

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

Shades of Wild Willow #BAD164

Tints of Wild Willow #BAD164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.2%

R = 37.58%
G = 42.22%
B = 20.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#BAD164 (or 0xBAD164) is known color: Wild Willow. HEX triplet: BA, D1 and 64. RGB value is (186,209,100). Sum of RGB (Red+Green+Blue) = 186+209+100=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 100 (39.45% from 255 or 20.20% from 495); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD164 is #452E9B. Grayscale: #BEBEBE. Windows color (decimal): -4533916 or 6607290. OLE color: 6607290.

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

Color convert

RGB 186 209 100 -
CMYK 0.11 0 0.52 0.18
HSL 72.66º 0.54% 0.61% -
HSV(B) 72.66º 0.52% 0.82% -
XYZ 45.35 56.96 20.66 -
YUV 189.7 77.38 125.36 -
System Red Green Blue C M Y K H S L
Decimal 186 209 100 0.11 0 0.52 0.18 72.66 0.54 0.61
Hex BA D1 64 B 0 34 12 49 36 3D
Octal 272 321 144 13 0 64 22 111 66 75
Binary 10111010 11010001 1100100 1011 0 110100 10010 1001001 110110 111101

Color Harmonies of #BAD164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD164

Black with #BAD164

Text Example


Text Example

White with #BAD164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD164; }

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

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

background-color css

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

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

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

border-color css

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

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

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