#BCC561

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

Shades of Wild Willow #BCC561

Tints of Wild Willow #BCC561

Color information

#BCC561 (or 0xBCC561) is unknown color: approx Wild Willow. HEX triplet: BC, C5 and 61. RGB value is (188,197,97). Sum of RGB (Red+Green+Blue) = 188+197+97=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC561 is #433A9E. Grayscale: #B7B7B7. Windows color (decimal): -4405919 or 6407612. OLE color: 6407612.

HSL color Cylindrical-coordinate representation of color #BCC561: hue angle of 65.4º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCC561 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB18819797-
CMYK0.0500.510.23
HSL65.4º46.3%57.65%-
HSV(B)65.4º50.76%77.25%-
XYZ42.8651.4918.99-
YUV182.9179.52131.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 197 (77.34% from 255) = 40.87%
BLUE value IS 97 (38.28% from 255) = 20.12%
R=39.00%
G=40.87%
B=20.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188197970.0500.510.2365.446.357.65
HexBCC561503317412e3a
Octal2743051415063271015672
Binary101111001100010111000011010110011101111000001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC561; }

 p { color: rgb(188,197,97); }

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

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

 a { background-color: rgb(188,197,97); }

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

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

 span { border-color: rgb(188,197,97); }

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