Html Css Color HEX #BAD96C Wild Willow

📋 copy color: '#BAD96C'

red 186 ◦ green 217 ◦ blue 108

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

Shades of Wild Willow #BAD96C

Tints of Wild Willow #BAD96C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.14%

R = 36.4%
G = 42.47%
B = 21.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#BAD96C (or 0xBAD96C) is known color: Wild Willow. HEX triplet: BA, D9 and 6C. RGB value is (186,217,108). Sum of RGB (Red+Green+Blue) = 186+217+108=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD96C is #452693. Grayscale: #C3C3C3. Windows color (decimal): -4531860 or 7133626. OLE color: 7133626.

HSL color Cylindrical-coordinate representation of color #BAD96C: hue angle of 77.06º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAD96C is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 217 108 -
CMYK 0.14 0 0.50 0.15
HSL 77.06º 0.59% 0.64% -
HSV(B) 77.06º 0.5% 0.85% -
XYZ 47.77 61.15 23.47 -
YUV 195.31 78.73 121.36 -
System Red Green Blue C M Y K H S L
Decimal 186 217 108 0.14 0 0.50 0.15 77.06 0.59 0.64
Hex BA D9 6C E 0 32 F 4D 3B 40
Octal 272 331 154 16 0 62 17 115 73 100
Binary 10111010 11011001 1101100 1110 0 110010 1111 1001101 111011 1000000

Color Harmonies of #BAD96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD96C

Black with #BAD96C

Text Example


Text Example

White with #BAD96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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