#BCD76F

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

Shades of Wild Willow #BCD76F

Tints of Wild Willow #BCD76F

Color information

#BCD76F (or 0xBCD76F) is unknown color: approx Wild Willow. HEX triplet: BC, D7 and 6F. RGB value is (188,215,111). Sum of RGB (Red+Green+Blue) = 188+215+111=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD76F is #432890. Grayscale: #C3C3C3. Windows color (decimal): -4401297 or 7329724. OLE color: 7329724.

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

Color convert

RGB188215111-
CMYK0.1300.480.16
HSL75.58º56.52%63.92%-
HSV(B)75.58º48.37%84.31%-
XYZ47.9160.4424.18-
YUV195.0780.55122.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.58%
GREEN value IS 215 (84.38% from 255) = 41.83%
BLUE value IS 111 (43.75% from 255) = 21.60%
R=36.58%
G=41.83%
B=21.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882151110.1300.480.1675.5856.5263.92
HexBCD76FD030104c3940
Octal274327157150602011471100
Binary10111100110101111101111110101100001000010011001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD76F; }

 p { color: rgb(188,215,111); }

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

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

 a { background-color: rgb(188,215,111); }

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

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

 span { border-color: rgb(188,215,111); }

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