#BCD86B

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

Shades of Wild Willow #BCD86B

Tints of Wild Willow #BCD86B

Color information

#BCD86B (or 0xBCD86B) is unknown color: approx Wild Willow. HEX triplet: BC, D8 and 6B. RGB value is (188,216,107). Sum of RGB (Red+Green+Blue) = 188+216+107=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD86B is #432794. Grayscale: #C3C3C3. Windows color (decimal): -4401045 or 7067836. OLE color: 7067836.

HSL color Cylindrical-coordinate representation of color #BCD86B: hue angle of 75.41º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCD86B is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB188216107-
CMYK0.1300.500.15
HSL75.41º58.29%63.33%-
HSV(B)75.41º50.46%84.71%-
XYZ47.9560.8623.13-
YUV195.278.22122.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 216 (84.77% from 255) = 42.27%
BLUE value IS 107 (42.19% from 255) = 20.94%
R=36.79%
G=42.27%
B=20.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882161070.1300.500.1575.4158.2963.33
HexBCD86BD032F4b3a3f
Octal27433015315062171137277
Binary101111001101100011010111101011001011111001011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD86B; }

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

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

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

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

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

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

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

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