#BDCA59

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

Shades of Wild Willow #BDCA59

Tints of Wild Willow #BDCA59

Color information

#BDCA59 (or 0xBDCA59) is unknown color: approx Wild Willow. HEX triplet: BD, CA and 59. RGB value is (189,202,89). Sum of RGB (Red+Green+Blue) = 189+202+89=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 89 (35.16% from 255 or 18.54% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA59 is #4235A6. Grayscale: #B9B9B9. Windows color (decimal): -4339111 or 5884605. OLE color: 5884605.

HSL color Cylindrical-coordinate representation of color #BDCA59: hue angle of 66.9º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDCA59 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB18920289-
CMYK0.0600.560.21
HSL66.9º51.6%57.06%-
HSV(B)66.9º55.94%79.22%-
XYZ43.9153.7817.52-
YUV185.2373.69130.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.38%
GREEN value IS 202 (79.30% from 255) = 42.08%
BLUE value IS 89 (35.16% from 255) = 18.54%
R=39.38%
G=42.08%
B=18.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal189202890.0600.560.2166.951.657.06
HexBDCA59603815433439
Octal2753121316070251036471
Binary101111011100101010110011100111000101011000011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCA59; }

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

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

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

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

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

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

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

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