#BDC561

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

Shades of Wild Willow #BDC561

Tints of Wild Willow #BDC561

Color information

#BDC561 (or 0xBDC561) is unknown color: approx Wild Willow. HEX triplet: BD, C5 and 61. RGB value is (189,197,97). Sum of RGB (Red+Green+Blue) = 189+197+97=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC561 is #423A9E. Grayscale: #B7B7B7. Windows color (decimal): -4340383 or 6407613. OLE color: 6407613.

HSL color Cylindrical-coordinate representation of color #BDC561: hue angle of 64.8º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDC561 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB18919797-
CMYK0.0400.510.23
HSL64.8º46.3%57.65%-
HSV(B)64.8º50.76%77.25%-
XYZ43.1151.6119-
YUV183.2179.35132.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.13%
GREEN value IS 197 (77.34% from 255) = 40.79%
BLUE value IS 97 (38.28% from 255) = 20.08%
R=39.13%
G=40.79%
B=20.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal189197970.0400.510.2364.846.357.65
HexBDC561403317412e3a
Octal2753051414063271015672
Binary101111011100010111000011000110011101111000001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC561; }

 p { color: rgb(189,197,97); }

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

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

 a { background-color: rgb(189,197,97); }

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

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

 span { border-color: rgb(189,197,97); }

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