#BDD173

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

Shades of Wild Willow #BDD173

Tints of Wild Willow #BDD173

Color information

#BDD173 (or 0xBDD173) is unknown color: approx Wild Willow. HEX triplet: BD, D1 and 73. RGB value is (189,209,115). Sum of RGB (Red+Green+Blue) = 189+209+115=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD173 is #422E8C. Grayscale: #C0C0C0. Windows color (decimal): -4337293 or 7590333. OLE color: 7590333.

HSL color Cylindrical-coordinate representation of color #BDD173: hue angle of 72.77º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDD173 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB189209115-
CMYK0.1000.450.18
HSL72.77º50.54%63.53%-
HSV(B)72.77º44.98%81.96%-
XYZ46.8857.6624.88-
YUV192.384.37125.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 209 (82.03% from 255) = 40.74%
BLUE value IS 115 (45.31% from 255) = 22.42%
R=36.84%
G=40.74%
B=22.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892091150.1000.450.1872.7750.5463.53
HexBDD173A02D12493340
Octal275321163120552211163100
Binary10111101110100011110011101001011011001010010011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD173; }

 p { color: rgb(189,209,115); }

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

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

 a { background-color: rgb(189,209,115); }

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

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

 span { border-color: rgb(189,209,115); }

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