#BDD464

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

Shades of Wild Willow #BDD464

Tints of Wild Willow #BDD464

Color information

#BDD464 (or 0xBDD464) is unknown color: approx Wild Willow. HEX triplet: BD, D4 and 64. RGB value is (189,212,100). Sum of RGB (Red+Green+Blue) = 189+212+100=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD464 is #422B9B. Grayscale: #C0C0C0. Windows color (decimal): -4336540 or 6608061. OLE color: 6608061.

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

Color convert

RGB189212100-
CMYK0.1100.530.17
HSL72.32º56.57%61.18%-
HSV(B)72.32º52.83%83.14%-
XYZ46.8358.8320.94-
YUV192.3675.88125.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.72%
GREEN value IS 212 (83.20% from 255) = 42.32%
BLUE value IS 100 (39.45% from 255) = 19.96%
R=37.72%
G=42.32%
B=19.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892121000.1100.530.1772.3256.5761.18
HexBDD464B0351148393d
Octal27532414413065211107175
Binary1011110111010100110010010110110101100011001000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD464; }

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

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

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

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

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

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

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

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