#BDD560

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

Shades of Wild Willow #BDD560

Tints of Wild Willow #BDD560

Color information

#BDD560 (or 0xBDD560) is unknown color: approx Wild Willow. HEX triplet: BD, D5 and 60. RGB value is (189,213,96). Sum of RGB (Red+Green+Blue) = 189+213+96=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD560 is #422A9F. Grayscale: #C0C0C0. Windows color (decimal): -4336288 or 6346173. OLE color: 6346173.

HSL color Cylindrical-coordinate representation of color #BDD560: hue angle of 72.31º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDD560 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB18921396-
CMYK0.1100.550.16
HSL72.31º58.21%60.59%-
HSV(B)72.31º54.93%83.53%-
XYZ46.8959.2520.03-
YUV192.4973.55125.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 213 (83.59% from 255) = 42.77%
BLUE value IS 96 (37.89% from 255) = 19.28%
R=37.95%
G=42.77%
B=19.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189213960.1100.550.1672.3158.2160.59
HexBDD560B03710483a3d
Octal27532514013067201107275
Binary1011110111010101110000010110110111100001001000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD560; }

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

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

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

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

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

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

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

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