#BDCD71

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

Shades of Wild Willow #BDCD71

Tints of Wild Willow #BDCD71

Color information

#BDCD71 (or 0xBDCD71) is unknown color: approx Wild Willow. HEX triplet: BD, CD and 71. RGB value is (189,205,113). Sum of RGB (Red+Green+Blue) = 189+205+113=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCD71 is #42328E. Grayscale: #BEBEBE. Windows color (decimal): -4338319 or 7458237. OLE color: 7458237.

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

Color convert

RGB189205113-
CMYK0.0800.450.20
HSL70.43º47.92%62.35%-
HSV(B)70.43º44.88%80.39%-
XYZ45.855.6723.96-
YUV189.7384.7127.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 205 (80.47% from 255) = 40.43%
BLUE value IS 113 (44.53% from 255) = 22.29%
R=37.28%
G=40.43%
B=22.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892051130.0800.450.2070.4347.9262.35
HexBDCD71802D1446303e
Octal27531516110055241066076
Binary1011110111001101111000110000101101101001000110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCD71; }

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

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

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

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

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

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

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

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