#BCC261

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

Shades of Wild Willow #BCC261

Tints of Wild Willow #BCC261

Color information

#BCC261 (or 0xBCC261) is unknown color: approx Wild Willow. HEX triplet: BC, C2 and 61. RGB value is (188,194,97). Sum of RGB (Red+Green+Blue) = 188+194+97=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC261 is #433D9E. Grayscale: #B5B5B5. Windows color (decimal): -4406687 or 6406844. OLE color: 6406844.

HSL color Cylindrical-coordinate representation of color #BCC261: hue angle of 63.71º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCC261 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB18819497-
CMYK0.0300.500.24
HSL63.71º44.29%57.06%-
HSV(B)63.71º50%76.08%-
XYZ42.1950.1418.76-
YUV181.1580.51132.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 194 (76.17% from 255) = 40.50%
BLUE value IS 97 (38.28% from 255) = 20.25%
R=39.25%
G=40.50%
B=20.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188194970.0300.500.2463.7144.2957.06
HexBCC261303218402c39
Octal2743021413062301005471
Binary10111100110000101100001110110010110001000000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC261; }

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

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

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

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

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

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

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

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