Html Css Color HEX #BAD560 Wild Willow

📋 copy color: '#BAD560'

red 186 ◦ green 213 ◦ blue 96

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

Shades of Wild Willow #BAD560

Tints of Wild Willow #BAD560

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.03%

 BLUE value IS 96 (37.89% from 255) = 19.39%

R = 37.58%
G = 43.03%
B = 19.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#BAD560 (or 0xBAD560) is known color: Wild Willow. HEX triplet: BA, D5 and 60. RGB value is (186,213,96). Sum of RGB (Red+Green+Blue) = 186+213+96=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD560 is #452A9F. Grayscale: #C0C0C0. Windows color (decimal): -4532896 or 6346170. OLE color: 6346170.

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

Color convert

RGB 186 213 96 -
CMYK 0.13 0 0.55 0.16
HSL 73.85º 0.58% 0.61% -
HSV(B) 73.85º 0.55% 0.84% -
XYZ 46.16 58.87 20 -
YUV 191.59 74.05 124.01 -
System Red Green Blue C M Y K H S L
Decimal 186 213 96 0.13 0 0.55 0.16 73.85 0.58 0.61
Hex BA D5 60 D 0 37 10 4A 3A 3D
Octal 272 325 140 15 0 67 20 112 72 75
Binary 10111010 11010101 1100000 1101 0 110111 10000 1001010 111010 111101

Color Harmonies of #BAD560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD560

Black with #BAD560

Text Example


Text Example

White with #BAD560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD560; }

 p { color: rgb(186,213,96); }

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

background-color css

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

 a { background-color: rgb(186,213,96); }

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

border-color css

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

 span { border-color: rgb(186,213,96); }

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