#BCC356

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

Shades of Wild Willow #BCC356

Tints of Wild Willow #BCC356

Color information

#BCC356 (or 0xBCC356) is unknown color: approx Wild Willow. HEX triplet: BC, C3 and 56. RGB value is (188,195,86). Sum of RGB (Red+Green+Blue) = 188+195+86=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC356 is #433CA9. Grayscale: #B4B4B4. Windows color (decimal): -4406442 or 5686204. OLE color: 5686204.

HSL color Cylindrical-coordinate representation of color #BCC356: hue angle of 63.85º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCC356 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB18819586-
CMYK0.0400.560.24
HSL63.85º47.6%55.1%-
HSV(B)63.85º55.9%76.47%-
XYZ41.9350.3916.32-
YUV180.4874.68133.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 195 (76.56% from 255) = 41.58%
BLUE value IS 86 (33.98% from 255) = 18.34%
R=40.09%
G=41.58%
B=18.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188195860.0400.560.2463.8547.655.1
HexBCC356403818403037
Octal2743031264070301006067
Binary101111001100001110101101000111000110001000000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC356; }

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

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

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

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

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

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

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

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