Html Css Color HEX #BAD55A Wild Willow

📋 copy color: '#BAD55A'

red 186 ◦ green 213 ◦ blue 90

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

Shades of Wild Willow #BAD55A

Tints of Wild Willow #BAD55A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.4%

R = 38.04%
G = 43.56%
B = 18.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#BAD55A (or 0xBAD55A) is known color: Wild Willow. HEX triplet: BA, D5 and 5A. RGB value is (186,213,90). Sum of RGB (Red+Green+Blue) = 186+213+90=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 90 (35.55% from 255 or 18.40% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD55A is #452AA5. Grayscale: #BFBFBF. Windows color (decimal): -4532902 or 5952954. OLE color: 5952954.

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

Color convert

RGB 186 213 90 -
CMYK 0.13 0 0.58 0.16
HSL 73.17º 0.59% 0.59% -
HSV(B) 73.17º 0.58% 0.84% -
XYZ 45.89 58.77 18.6 -
YUV 190.91 71.05 124.5 -
System Red Green Blue C M Y K H S L
Decimal 186 213 90 0.13 0 0.58 0.16 73.17 0.59 0.59
Hex BA D5 5A D 0 3A 10 49 3B 3B
Octal 272 325 132 15 0 72 20 111 73 73
Binary 10111010 11010101 1011010 1101 0 111010 10000 1001001 111011 111011

Color Harmonies of #BAD55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD55A

Black with #BAD55A

Text Example


Text Example

White with #BAD55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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