#bcd870

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

Shades of Wild Willow #BCD870

Tints of Wild Willow #BCD870

Color information

#BCD870 (or 0xBCD870) is unknown color: approx Wild Willow. HEX triplet: BC, D8 and 70. RGB value is (188,216,112). Sum of RGB (Red+Green+Blue) = 188+216+112=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD870 is #43278F. Grayscale: #C4C4C4. Windows color (decimal): -4401040 or 7395516. OLE color: 7395516.

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

Color convert

RGB188216112-
CMYK0.1300.480.15
HSL76.15º57.14%64.31%-
HSV(B)76.15º48.15%84.71%-
XYZ48.2260.9724.56-
YUV195.7780.72122.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.43%
GREEN value IS 216 (84.77% from 255) = 41.86%
BLUE value IS 112 (44.14% from 255) = 21.71%
R=36.43%
G=41.86%
B=21.71%

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
Decimal1882161120.1300.480.1576.1557.1464.31
HexBCD870D030F4c3940
Octal274330160150601711471100
Binary1011110011011000111000011010110000111110011001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcd870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcd870; }

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

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

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

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

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

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

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

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