#BCD365

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

Shades of Wild Willow #BCD365

Tints of Wild Willow #BCD365

Color information

#BCD365 (or 0xBCD365) is unknown color: approx Wild Willow. HEX triplet: BC, D3 and 65. RGB value is (188,211,101). Sum of RGB (Red+Green+Blue) = 188+211+101=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD365 is #432C9A. Grayscale: #C0C0C0. Windows color (decimal): -4402331 or 6673340. OLE color: 6673340.

HSL color Cylindrical-coordinate representation of color #BCD365: hue angle of 72.55º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCD365 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB188211101-
CMYK0.1100.520.17
HSL72.55º55.56%61.18%-
HSV(B)72.55º52.13%82.75%-
XYZ46.3858.2221.1-
YUV191.5876.88125.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 211 (82.81% from 255) = 42.2%
BLUE value IS 101 (39.84% from 255) = 20.2%
R=37.6%
G=42.2%
B=20.2%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882111010.1100.520.1772.5555.5661.18
HexBCD365B0341149383d
Octal27432314513064211117075
Binary1011110011010011110010110110110100100011001001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD365; }

 p { color: rgb(188,211,101); }

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

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

 a { background-color: rgb(188,211,101); }

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

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

 span { border-color: rgb(188,211,101); }

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