#BAD55E

Color #BAD55E Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #BAD55E

Tints of Wild Willow #BAD55E

Color information

#BAD55E (or 0xBAD55E) is unknown color: approx Wild Willow. HEX triplet: BA, D5 and 5E. RGB value is (186,213,94). Sum of RGB (Red+Green+Blue) = 186+213+94=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD55E is #452AA1. Grayscale: #BFBFBF. Windows color (decimal): -4532898 or 6215098. OLE color: 6215098.

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

Color convert

RGB18621394-
CMYK0.1300.560.16
HSL73.61º58.62%60.2%-
HSV(B)73.61º55.87%83.53%-
XYZ46.0658.8419.52-
YUV191.3673.05124.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 213 (83.59% from 255) = 43.20%
BLUE value IS 94 (37.11% from 255) = 19.07%
R=37.73%
G=43.20%
B=19.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal186213940.1300.560.1673.6158.6260.2
HexBAD55ED038104a3b3c
Octal27232513615070201127374
Binary1011101011010101101111011010111000100001001010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD55E; }

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

 H1.HeaderClassName
 {
   color: #BAD55E;
 }
 .AnyTagClassName
 {
   color: #BAD55E;
 }
</style>
background-color css

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

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

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

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

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

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