#BDCD59

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

Shades of Wild Willow #BDCD59

Tints of Wild Willow #BDCD59

Color information

#BDCD59 (or 0xBDCD59) is unknown color: approx Wild Willow. HEX triplet: BD, CD and 59. RGB value is (189,205,89). Sum of RGB (Red+Green+Blue) = 189+205+89=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 89 (35.16% from 255 or 18.43% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCD59 is #4232A6. Grayscale: #BBBBBB. Windows color (decimal): -4338343 or 5885373. OLE color: 5885373.

HSL color Cylindrical-coordinate representation of color #BDCD59: hue angle of 68.28º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDCD59 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB18920589-
CMYK0.0800.570.20
HSL68.28º53.7%57.65%-
HSV(B)68.28º56.59%80.39%-
XYZ44.6255.217.75-
YUV186.9972.7129.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.13%
GREEN value IS 205 (80.47% from 255) = 42.44%
BLUE value IS 89 (35.16% from 255) = 18.43%
R=39.13%
G=42.44%
B=18.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189205890.0800.570.2068.2853.757.65
HexBDCD5980391444363a
Octal27531513110071241046672
Binary1011110111001101101100110000111001101001000100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCD59; }

 p { color: rgb(189,205,89); }

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

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

 a { background-color: rgb(189,205,89); }

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

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

 span { border-color: rgb(189,205,89); }

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