#BCC559

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

Shades of Wild Willow #BCC559

Tints of Wild Willow #BCC559

Color information

#BCC559 (or 0xBCC559) is unknown color: approx Wild Willow. HEX triplet: BC, C5 and 59. RGB value is (188,197,89). Sum of RGB (Red+Green+Blue) = 188+197+89=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 89 (35.16% from 255 or 18.78% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC559 is #433AA6. Grayscale: #B6B6B6. Windows color (decimal): -4405927 or 5883324. OLE color: 5883324.

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

Color convert

RGB18819789-
CMYK0.0500.550.23
HSL65º48.21%56.08%-
HSV(B)65º54.82%77.25%-
XYZ42.5151.3517.12-
YUV18275.52132.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 197 (77.34% from 255) = 41.56%
BLUE value IS 89 (35.16% from 255) = 18.78%
R=39.66%
G=41.56%
B=18.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188197890.0500.550.236548.2156.08
HexBCC559503717413038
Octal2743051315067271016070
Binary101111001100010110110011010110111101111000001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC559; }

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

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

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

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

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

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

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

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