#BFD871

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

Shades of Wild Willow #BFD871

Tints of Wild Willow #BFD871

Color information

#BFD871 (or 0xBFD871) is unknown color: approx Wild Willow. HEX triplet: BF, D8 and 71. RGB value is (191,216,113). Sum of RGB (Red+Green+Blue) = 191+216+113=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD871 is #40278E. Grayscale: #C5C5C5. Windows color (decimal): -4204431 or 7461055. OLE color: 7461055.

HSL color Cylindrical-coordinate representation of color #BFD871: hue angle of 74.56º 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 #BFD871 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB191216113-
CMYK0.1200.480.15
HSL74.56º56.91%64.51%-
HSV(B)74.56º47.69%84.71%-
XYZ49.0261.3824.89-
YUV196.7880.72123.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 216 (84.77% from 255) = 41.54%
BLUE value IS 113 (44.53% from 255) = 21.73%
R=36.73%
G=41.54%
B=21.73%

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
Decimal1912161130.1200.480.1574.5656.9164.51
HexBFD871C030F4b3941
Octal277330161140601711371101
Binary1011111111011000111000111000110000111110010111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD871; }

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

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

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

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

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

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

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

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