Html Css Color HEX #BAD168 Wild Willow

📋 copy color: '#BAD168'

red 186 ◦ green 209 ◦ blue 104

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

Shades of Wild Willow #BAD168

Tints of Wild Willow #BAD168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.84%

R = 37.27%
G = 41.88%
B = 20.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#BAD168 (or 0xBAD168) is known color: Wild Willow. HEX triplet: BA, D1 and 68. RGB value is (186,209,104). Sum of RGB (Red+Green+Blue) = 186+209+104=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD168 is #452E97. Grayscale: #BEBEBE. Windows color (decimal): -4533912 or 6869434. OLE color: 6869434.

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

Color convert

RGB 186 209 104 -
CMYK 0.11 0 0.50 0.18
HSL 73.14º 0.53% 0.61% -
HSV(B) 73.14º 0.5% 0.82% -
XYZ 45.55 57.04 21.71 -
YUV 190.15 79.38 125.04 -
System Red Green Blue C M Y K H S L
Decimal 186 209 104 0.11 0 0.50 0.18 73.14 0.53 0.61
Hex BA D1 68 B 0 32 12 49 35 3D
Octal 272 321 150 13 0 62 22 111 65 75
Binary 10111010 11010001 1101000 1011 0 110010 10010 1001001 110101 111101

Color Harmonies of #BAD168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD168

Black with #BAD168

Text Example


Text Example

White with #BAD168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD168; }

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

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

background-color css

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

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

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

border-color css

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

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

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