#BCC959

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

Shades of Wild Willow #BCC959

Tints of Wild Willow #BCC959

Color information

#BCC959 (or 0xBCC959) is unknown color: approx Wild Willow. HEX triplet: BC, C9 and 59. RGB value is (188,201,89). Sum of RGB (Red+Green+Blue) = 188+201+89=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 89 (35.16% from 255 or 18.62% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC959 is #4336A6. Grayscale: #B8B8B8. Windows color (decimal): -4404903 or 5884348. OLE color: 5884348.

HSL color Cylindrical-coordinate representation of color #BCC959: hue angle of 66.96º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCC959 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB18820189-
CMYK0.0600.560.21
HSL66.96º50.91%56.86%-
HSV(B)66.96º55.72%78.82%-
XYZ43.4353.1917.43-
YUV184.3474.19130.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 201 (78.91% from 255) = 42.05%
BLUE value IS 89 (35.16% from 255) = 18.62%
R=39.33%
G=42.05%
B=18.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188201890.0600.560.2166.9650.9156.86
HexBCC959603815433339
Octal2743111316070251036371
Binary101111001100100110110011100111000101011000011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC959; }

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

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

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

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

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

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

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

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