#BCC160

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

Shades of Wild Willow #BCC160

Tints of Wild Willow #BCC160

Color information

#BCC160 (or 0xBCC160) is unknown color: approx Wild Willow. HEX triplet: BC, C1 and 60. RGB value is (188,193,96). Sum of RGB (Red+Green+Blue) = 188+193+96=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC160 is #433E9F. Grayscale: #B4B4B4. Windows color (decimal): -4406944 or 6341052. OLE color: 6341052.

HSL color Cylindrical-coordinate representation of color #BCC160: hue angle of 63.09º 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 #BCC160 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB18819396-
CMYK0.0300.500.24
HSL63.09º43.89%56.67%-
HSV(B)63.09º50.26%75.69%-
XYZ41.9249.6818.45-
YUV180.4580.34133.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 193 (75.78% from 255) = 40.46%
BLUE value IS 96 (37.89% from 255) = 20.13%
R=39.41%
G=40.46%
B=20.13%

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
Decimal188193960.0300.500.2463.0943.8956.67
HexBCC1603032183f2c39
Octal274301140306230775471
Binary1011110011000001110000011011001011000111111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC160; }

 p { color: rgb(188,193,96); }

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

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

 a { background-color: rgb(188,193,96); }

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

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

 span { border-color: rgb(188,193,96); }

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