#BAD158

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

Shades of Wild Willow #BAD158

Tints of Wild Willow #BAD158

Color information

#BAD158 (or 0xBAD158) is unknown color: approx Wild Willow. HEX triplet: BA, D1 and 58. RGB value is (186,209,88). Sum of RGB (Red+Green+Blue) = 186+209+88=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 88 (34.77% from 255 or 18.22% from 483); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD158 is #452EA7. Grayscale: #BCBCBC. Windows color (decimal): -4533928 or 5820858. OLE color: 5820858.

HSL color Cylindrical-coordinate representation of color #BAD158: hue angle of 71.4º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAD158 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB18620988-
CMYK0.1100.580.18
HSL71.4º56.81%58.24%-
HSV(B)71.4º57.89%81.96%-
XYZ44.8156.7417.82-
YUV188.3371.38126.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 209 (82.03% from 255) = 43.27%
BLUE value IS 88 (34.77% from 255) = 18.22%
R=38.51%
G=43.27%
B=18.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal186209880.1100.580.1871.456.8158.24
HexBAD158B03A1247393a
Octal27232113013072221077172
Binary1011101011010001101100010110111010100101000111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD158; }

 p { color: rgb(186,209,88); }

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

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

 a { background-color: rgb(186,209,88); }

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

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

 span { border-color: rgb(186,209,88); }

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