#BDCA71

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

Shades of Wild Willow #BDCA71

Tints of Wild Willow #BDCA71

Color information

#BDCA71 (or 0xBDCA71) is unknown color: approx Wild Willow. HEX triplet: BD, CA and 71. RGB value is (189,202,113). Sum of RGB (Red+Green+Blue) = 189+202+113=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA71 is #42358E. Grayscale: #BCBCBC. Windows color (decimal): -4339087 or 7457469. OLE color: 7457469.

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

Color convert

RGB189202113-
CMYK0.0600.440.21
HSL68.76º45.64%61.76%-
HSV(B)68.76º44.06%79.22%-
XYZ45.0954.2523.72-
YUV187.9785.69128.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 202 (79.30% from 255) = 40.08%
BLUE value IS 113 (44.53% from 255) = 22.42%
R=37.5%
G=40.08%
B=22.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021130.0600.440.2168.7645.6461.76
HexBDCA71602C15452e3e
Octal2753121616054251055676
Binary101111011100101011100011100101100101011000101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCA71; }

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

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

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

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

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

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

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

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