#BCD357

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

Shades of Wild Willow #BCD357

Tints of Wild Willow #BCD357

Color information

#BCD357 (or 0xBCD357) is unknown color: approx Wild Willow. HEX triplet: BC, D3 and 57. RGB value is (188,211,87). Sum of RGB (Red+Green+Blue) = 188+211+87=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 87 (34.38% from 255 or 17.90% from 486); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD357 is #432CA8. Grayscale: #BEBEBE. Windows color (decimal): -4402345 or 5755836. OLE color: 5755836.

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

Color convert

RGB18821187-
CMYK0.1100.590.17
HSL71.13º58.49%58.43%-
HSV(B)71.13º58.77%82.75%-
XYZ45.7557.9717.79-
YUV189.9969.88126.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 211 (82.81% from 255) = 43.42%
BLUE value IS 87 (34.38% from 255) = 17.90%
R=38.68%
G=43.42%
B=17.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal188211870.1100.590.1771.1358.4958.43
HexBCD357B03B11473a3a
Octal27432312713073211077272
Binary1011110011010011101011110110111011100011000111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD357; }

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

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

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

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

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

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

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

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