Html Css Color HEX #BAD76E Wild Willow

📋 copy color: '#BAD76E'

red 186 ◦ green 215 ◦ blue 110

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

Shades of Wild Willow #BAD76E

Tints of Wild Willow #BAD76E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.07%

 BLUE value IS 110 (43.36% from 255) = 21.53%

R = 36.4%
G = 42.07%
B = 21.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#BAD76E (or 0xBAD76E) is known color: Wild Willow. HEX triplet: BA, D7 and 6E. RGB value is (186,215,110). Sum of RGB (Red+Green+Blue) = 186+215+110=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD76E is #452891. Grayscale: #C2C2C2. Windows color (decimal): -4532370 or 7264186. OLE color: 7264186.

HSL color Cylindrical-coordinate representation of color #BAD76E: hue angle of 76.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAD76E is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 215 110 -
CMYK 0.13 0 0.49 0.16
HSL 76.57º 0.57% 0.64% -
HSV(B) 76.57º 0.49% 0.84% -
XYZ 47.36 60.17 23.87 -
YUV 194.36 80.39 122.04 -
System Red Green Blue C M Y K H S L
Decimal 186 215 110 0.13 0 0.49 0.16 76.57 0.57 0.64
Hex BA D7 6E D 0 31 10 4D 39 40
Octal 272 327 156 15 0 61 20 115 71 100
Binary 10111010 11010111 1101110 1101 0 110001 10000 1001101 111001 1000000

Color Harmonies of #BAD76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD76E

Black with #BAD76E

Text Example


Text Example

White with #BAD76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD76E; }

 p { color: rgb(186,215,110); }

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

background-color css

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

 a { background-color: rgb(186,215,110); }

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

border-color css

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

 span { border-color: rgb(186,215,110); }

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