#BCD156

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

Shades of Wild Willow #BCD156

Tints of Wild Willow #BCD156

Color information

#BCD156 (or 0xBCD156) is unknown color: approx Wild Willow. HEX triplet: BC, D1 and 56. RGB value is (188,209,86). Sum of RGB (Red+Green+Blue) = 188+209+86=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD156 is #432EA9. Grayscale: #BDBDBD. Windows color (decimal): -4402858 or 5689788. OLE color: 5689788.

HSL color Cylindrical-coordinate representation of color #BCD156: hue angle of 70.24º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCD156 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB18820986-
CMYK0.1000.590.18
HSL70.24º57.21%57.84%-
HSV(B)70.24º58.85%81.96%-
XYZ45.2256.9617.42-
YUV188.770.04127.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 209 (82.03% from 255) = 43.27%
BLUE value IS 86 (33.98% from 255) = 17.81%
R=38.92%
G=43.27%
B=17.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal188209860.1000.590.1870.2457.2157.84
HexBCD156A03B1246393a
Octal27432112612073221067172
Binary1011110011010001101011010100111011100101000110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD156; }

 p { color: rgb(188,209,86); }

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

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

 a { background-color: rgb(188,209,86); }

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

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

 span { border-color: rgb(188,209,86); }

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