#BCCD59

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

Shades of Wild Willow #BCCD59

Tints of Wild Willow #BCCD59

Color information

#BCCD59 (or 0xBCCD59) is unknown color: approx Wild Willow. HEX triplet: BC, CD and 59. RGB value is (188,205,89). Sum of RGB (Red+Green+Blue) = 188+205+89=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 89 (35.16% from 255 or 18.46% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD59 is #4332A6. Grayscale: #BBBBBB. Windows color (decimal): -4403879 or 5885372. OLE color: 5885372.

HSL color Cylindrical-coordinate representation of color #BCCD59: hue angle of 68.79º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCCD59 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB18820589-
CMYK0.0800.570.20
HSL68.79º53.7%57.65%-
HSV(B)68.79º56.59%80.39%-
XYZ44.3755.0817.74-
YUV186.6972.87128.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 205 (80.47% from 255) = 42.53%
BLUE value IS 89 (35.16% from 255) = 18.46%
R=39.00%
G=42.53%
B=18.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal188205890.0800.570.2068.7953.757.65
HexBCCD5980391445363a
Octal27431513110071241056672
Binary1011110011001101101100110000111001101001000101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCD59; }

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

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

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

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

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

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

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

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