Html Css Color HEX #BAD770 Wild Willow

📋 copy color: '#BAD770'

red 186 ◦ green 215 ◦ blue 112

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

Shades of Wild Willow #BAD770

Tints of Wild Willow #BAD770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.83%

R = 36.26%
G = 41.91%
B = 21.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#BAD770 (or 0xBAD770) is known color: Wild Willow. HEX triplet: BA, D7 and 70. RGB value is (186,215,112). Sum of RGB (Red+Green+Blue) = 186+215+112=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD770 is #45288F. Grayscale: #C2C2C2. Windows color (decimal): -4532368 or 7395258. OLE color: 7395258.

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

Color convert

RGB 186 215 112 -
CMYK 0.13 0 0.48 0.16
HSL 76.89º 0.56% 0.64% -
HSV(B) 76.89º 0.48% 0.84% -
XYZ 47.47 60.21 24.45 -
YUV 194.59 81.39 121.88 -
System Red Green Blue C M Y K H S L
Decimal 186 215 112 0.13 0 0.48 0.16 76.89 0.56 0.64
Hex BA D7 70 D 0 30 10 4D 38 40
Octal 272 327 160 15 0 60 20 115 70 100
Binary 10111010 11010111 1110000 1101 0 110000 10000 1001101 111000 1000000

Color Harmonies of #BAD770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD770

Black with #BAD770

Text Example


Text Example

White with #BAD770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD770; }

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

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

background-color css

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

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

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

border-color css

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

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

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