#BCD871

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

Shades of Wild Willow #BCD871

Tints of Wild Willow #BCD871

Color information

#BCD871 (or 0xBCD871) is unknown color: approx Wild Willow. HEX triplet: BC, D8 and 71. RGB value is (188,216,113). Sum of RGB (Red+Green+Blue) = 188+216+113=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD871 is #43278E. Grayscale: #C4C4C4. Windows color (decimal): -4401039 or 7461052. OLE color: 7461052.

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

Color convert

RGB188216113-
CMYK0.1300.480.15
HSL76.31º56.91%64.51%-
HSV(B)76.31º47.69%84.71%-
XYZ48.286124.85-
YUV195.8981.22122.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 216 (84.77% from 255) = 41.78%
BLUE value IS 113 (44.53% from 255) = 21.86%
R=36.36%
G=41.78%
B=21.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882161130.1300.480.1576.3156.9164.51
HexBCD871D030F4c3941
Octal274330161150601711471101
Binary1011110011011000111000111010110000111110011001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD871; }

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

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

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

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

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

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

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

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