#BDD46F

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

Shades of Wild Willow #BDD46F

Tints of Wild Willow #BDD46F

Color information

#BDD46F (or 0xBDD46F) is unknown color: approx Wild Willow. HEX triplet: BD, D4 and 6F. RGB value is (189,212,111). Sum of RGB (Red+Green+Blue) = 189+212+111=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD46F is #422B90. Grayscale: #C1C1C1. Windows color (decimal): -4336529 or 7328957. OLE color: 7328957.

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

Color convert

RGB189212111-
CMYK0.1100.480.17
HSL73.66º54.01%63.33%-
HSV(B)73.66º47.64%83.14%-
XYZ47.459.0523.94-
YUV193.6181.38124.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 212 (83.20% from 255) = 41.41%
BLUE value IS 111 (43.75% from 255) = 21.68%
R=36.91%
G=41.41%
B=21.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892121110.1100.480.1773.6654.0163.33
HexBDD46FB030114a363f
Octal27532415713060211126677
Binary1011110111010100110111110110110000100011001010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD46F; }

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

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

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

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

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

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

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

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