#BDD871

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

Shades of Wild Willow #BDD871

Tints of Wild Willow #BDD871

Color information

#BDD871 (or 0xBDD871) is unknown color: approx Wild Willow. HEX triplet: BD, D8 and 71. RGB value is (189,216,113). Sum of RGB (Red+Green+Blue) = 189+216+113=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD871 is #42278E. Grayscale: #C4C4C4. Windows color (decimal): -4335503 or 7461053. OLE color: 7461053.

HSL color Cylindrical-coordinate representation of color #BDD871: hue angle of 75.73º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDD871 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB189216113-
CMYK0.1200.480.15
HSL75.73º56.91%64.51%-
HSV(B)75.73º47.69%84.71%-
XYZ48.5261.1224.86-
YUV196.1881.05122.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.49%
GREEN value IS 216 (84.77% from 255) = 41.70%
BLUE value IS 113 (44.53% from 255) = 21.81%
R=36.49%
G=41.70%
B=21.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892161130.1200.480.1575.7356.9164.51
HexBDD871C030F4c3941
Octal275330161140601711471101
Binary1011110111011000111000111000110000111110011001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD871; }

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

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

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

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

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

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

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

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