#BDD460

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

Shades of Wild Willow #BDD460

Tints of Wild Willow #BDD460

Color information

#BDD460 (or 0xBDD460) is unknown color: approx Wild Willow. HEX triplet: BD, D4 and 60. RGB value is (189,212,96). Sum of RGB (Red+Green+Blue) = 189+212+96=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD460 is #422B9F. Grayscale: #C0C0C0. Windows color (decimal): -4336544 or 6345917. OLE color: 6345917.

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

Color convert

RGB18921296-
CMYK0.1100.550.17
HSL71.9º57.43%60.39%-
HSV(B)71.9º54.72%83.14%-
XYZ46.6458.7519.95-
YUV191.973.88125.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 212 (83.20% from 255) = 42.66%
BLUE value IS 96 (37.89% from 255) = 19.32%
R=38.03%
G=42.66%
B=19.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal189212960.1100.550.1771.957.4360.39
HexBDD460B0371148393c
Octal27532414013067211107174
Binary1011110111010100110000010110110111100011001000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD460; }

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

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

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

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

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

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

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

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