#BDD071

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

Shades of Wild Willow #BDD071

Tints of Wild Willow #BDD071

Color information

#BDD071 (or 0xBDD071) is unknown color: approx Wild Willow. HEX triplet: BD, D0 and 71. RGB value is (189,208,113). Sum of RGB (Red+Green+Blue) = 189+208+113=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD071 is #422F8E. Grayscale: #BFBFBF. Windows color (decimal): -4337551 or 7459005. OLE color: 7459005.

HSL color Cylindrical-coordinate representation of color #BDD071: hue angle of 72º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDD071 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB189208113-
CMYK0.0900.460.18
HSL72º50.26%62.94%-
HSV(B)72º45.67%81.57%-
XYZ46.5257.1224.2-
YUV191.4983.71126.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.06%
GREEN value IS 208 (81.64% from 255) = 40.78%
BLUE value IS 113 (44.53% from 255) = 22.16%
R=37.06%
G=40.78%
B=22.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892081130.0900.460.187250.2662.94
HexBDD071902E1248323f
Octal27532016111056221106277
Binary1011110111010000111000110010101110100101001000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD071; }

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

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

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

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

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

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

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

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