#BDD46A

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

Shades of Wild Willow #BDD46A

Tints of Wild Willow #BDD46A

Color information

#BDD46A (or 0xBDD46A) is unknown color: approx Wild Willow. HEX triplet: BD, D4 and 6A. RGB value is (189,212,106). Sum of RGB (Red+Green+Blue) = 189+212+106=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD46A is #422B95. Grayscale: #C1C1C1. Windows color (decimal): -4336534 or 7001277. OLE color: 7001277.

HSL color Cylindrical-coordinate representation of color #BDD46A: hue angle of 73.02º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDD46A is Cyan = 0.11, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB189212106-
CMYK0.1100.50.17
HSL73.02º55.21%62.35%-
HSV(B)73.02º50%83.14%-
XYZ47.1358.9522.53-
YUV193.0478.88125.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 212 (83.20% from 255) = 41.81%
BLUE value IS 106 (41.80% from 255) = 20.91%
R=37.28%
G=41.81%
B=20.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892121060.1100.50.1773.0255.2162.35
HexBDD46AB0321149373e
Octal27532415213062211116776
Binary1011110111010100110101010110110010100011001001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD46A; }

 p { color: rgb(189,212,106); }

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

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

 a { background-color: rgb(189,212,106); }

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

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

 span { border-color: rgb(189,212,106); }

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