Html Css Color HEX #BAD55B Wild Willow

📋 copy color: '#BAD55B'

red 186 ◦ green 213 ◦ blue 91

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

Shades of Wild Willow #BAD55B

Tints of Wild Willow #BAD55B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.57%

R = 37.96%
G = 43.47%
B = 18.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#BAD55B (or 0xBAD55B) is known color: Wild Willow. HEX triplet: BA, D5 and 5B. RGB value is (186,213,91). Sum of RGB (Red+Green+Blue) = 186+213+91=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 91 (35.94% from 255 or 18.57% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD55B is #452AA4. Grayscale: #BFBFBF. Windows color (decimal): -4532901 or 6018490. OLE color: 6018490.

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

Color convert

RGB 186 213 91 -
CMYK 0.13 0 0.57 0.16
HSL 73.28º 0.59% 0.6% -
HSV(B) 73.28º 0.57% 0.84% -
XYZ 45.93 58.78 18.82 -
YUV 191.02 71.55 124.42 -
System Red Green Blue C M Y K H S L
Decimal 186 213 91 0.13 0 0.57 0.16 73.28 0.59 0.6
Hex BA D5 5B D 0 39 10 49 3B 3C
Octal 272 325 133 15 0 71 20 111 73 74
Binary 10111010 11010101 1011011 1101 0 111001 10000 1001001 111011 111100

Color Harmonies of #BAD55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD55B

Black with #BAD55B

Text Example


Text Example

White with #BAD55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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