#BAD253

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

Shades of Wild Willow #BAD253

Tints of Wild Willow #BAD253

Color information

#BAD253 (or 0xBAD253) is unknown color: approx Wild Willow. HEX triplet: BA, D2 and 53. RGB value is (186,210,83). Sum of RGB (Red+Green+Blue) = 186+210+83=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD253 is #452DAC. Grayscale: #BCBCBC. Windows color (decimal): -4533677 or 5493434. OLE color: 5493434.

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

Color convert

RGB18621083-
CMYK0.1100.600.18
HSL71.34º58.53%57.45%-
HSV(B)71.34º60.48%82.35%-
XYZ44.8657.1616.85-
YUV188.3568.55126.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 210 (82.42% from 255) = 43.84%
BLUE value IS 83 (32.81% from 255) = 17.33%
R=38.83%
G=43.84%
B=17.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal186210830.1100.600.1871.3458.5357.45
HexBAD253B03C12473b39
Octal27232212313074221077371
Binary1011101011010010101001110110111100100101000111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD253; }

 p { color: rgb(186,210,83); }

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

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

 a { background-color: rgb(186,210,83); }

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

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

 span { border-color: rgb(186,210,83); }

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