#BCD863

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

Shades of Wild Willow #BCD863

Tints of Wild Willow #BCD863

Color information

#BCD863 (or 0xBCD863) is unknown color: approx Wild Willow. HEX triplet: BC, D8 and 63. RGB value is (188,216,99). Sum of RGB (Red+Green+Blue) = 188+216+99=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 99 (39.06% from 255 or 19.68% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD863 is #43279C. Grayscale: #C2C2C2. Windows color (decimal): -4401053 or 6543548. OLE color: 6543548.

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

Color convert

RGB18821699-
CMYK0.1300.540.15
HSL74.36º60%61.76%-
HSV(B)74.36º54.17%84.71%-
XYZ47.5560.721.02-
YUV194.2974.22123.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 216 (84.77% from 255) = 42.94%
BLUE value IS 99 (39.06% from 255) = 19.68%
R=37.38%
G=42.94%
B=19.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188216990.1300.540.1574.366061.76
HexBCD863D036F4a3c3e
Octal27433014315066171127476
Binary101111001101100011000111101011011011111001010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD863; }

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

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

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

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

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

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

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

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