#BCD861

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

Shades of Wild Willow #BCD861

Tints of Wild Willow #BCD861

Color information

#BCD861 (or 0xBCD861) is unknown color: approx Wild Willow. HEX triplet: BC, D8 and 61. RGB value is (188,216,97). Sum of RGB (Red+Green+Blue) = 188+216+97=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD861 is #43279E. Grayscale: #C2C2C2. Windows color (decimal): -4401055 or 6412476. OLE color: 6412476.

HSL color Cylindrical-coordinate representation of color #BCD861: hue angle of 74.12º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCD861 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB18821697-
CMYK0.1300.550.15
HSL74.12º60.41%61.37%-
HSV(B)74.12º55.09%84.71%-
XYZ47.4560.6720.52-
YUV194.0673.22123.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 216 (84.77% from 255) = 43.11%
BLUE value IS 97 (38.28% from 255) = 19.36%
R=37.52%
G=43.11%
B=19.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188216970.1300.550.1574.1260.4161.37
HexBCD861D037F4a3c3d
Octal27433014115067171127475
Binary101111001101100011000011101011011111111001010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD861; }

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

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

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

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

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

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

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

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