#BDD563

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

Shades of Wild Willow #BDD563

Tints of Wild Willow #BDD563

Color information

#BDD563 (or 0xBDD563) is unknown color: approx Wild Willow. HEX triplet: BD, D5 and 63. RGB value is (189,213,99). Sum of RGB (Red+Green+Blue) = 189+213+99=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD563 is #422A9C. Grayscale: #C1C1C1. Windows color (decimal): -4336285 or 6542781. OLE color: 6542781.

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

Color convert

RGB18921399-
CMYK0.1100.540.16
HSL72.63º57.58%61.18%-
HSV(B)72.63º53.52%83.53%-
XYZ47.0359.3120.77-
YUV192.8375.05125.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.72%
GREEN value IS 213 (83.59% from 255) = 42.51%
BLUE value IS 99 (39.06% from 255) = 19.76%
R=37.72%
G=42.51%
B=19.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189213990.1100.540.1672.6357.5861.18
HexBDD563B03610493a3d
Octal27532514313066201117275
Binary1011110111010101110001110110110110100001001001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD563; }

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

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

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

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

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

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

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

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