#BDD565

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

Shades of Wild Willow #BDD565

Tints of Wild Willow #BDD565

Color information

#BDD565 (or 0xBDD565) is unknown color: approx Wild Willow. HEX triplet: BD, D5 and 65. RGB value is (189,213,101). Sum of RGB (Red+Green+Blue) = 189+213+101=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD565 is #422A9A. Grayscale: #C1C1C1. Windows color (decimal): -4336283 or 6673853. OLE color: 6673853.

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

Color convert

RGB189213101-
CMYK0.1100.530.16
HSL72.86º57.14%61.57%-
HSV(B)72.86º52.58%83.53%-
XYZ47.1359.3521.28-
YUV193.0676.05125.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 213 (83.59% from 255) = 42.35%
BLUE value IS 101 (39.84% from 255) = 20.08%
R=37.57%
G=42.35%
B=20.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892131010.1100.530.1672.8657.1461.57
HexBDD565B0351049393e
Octal27532514513065201117176
Binary1011110111010101110010110110110101100001001001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD565; }

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

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

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

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

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

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

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

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