#bad26d

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

Shades of Wild Willow #BAD26D

Tints of Wild Willow #BAD26D

Color information

#BAD26D (or 0xBAD26D) is unknown color: approx Wild Willow. HEX triplet: BA, D2 and 6D. RGB value is (186,210,109). Sum of RGB (Red+Green+Blue) = 186+210+109=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD26D is #452D92. Grayscale: #BFBFBF. Windows color (decimal): -4533651 or 7197370. OLE color: 7197370.

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

Color convert

RGB186210109-
CMYK0.1100.480.18
HSL74.26º52.88%62.55%-
HSV(B)74.26º48.1%82.35%-
XYZ46.0657.6423.17-
YUV191.3181.55124.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 210 (82.42% from 255) = 41.58%
BLUE value IS 109 (42.97% from 255) = 21.58%
R=36.83%
G=41.58%
B=21.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862101090.1100.480.1874.2652.8862.55
HexBAD26DB030124a353f
Octal27232215513060221126577
Binary1011101011010010110110110110110000100101001010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bad26d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bad26d; }

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

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

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

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

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

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

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

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