#BCCD56

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

Shades of Wild Willow #BCCD56

Tints of Wild Willow #BCCD56

Color information

#BCCD56 (or 0xBCCD56) is unknown color: approx Wild Willow. HEX triplet: BC, CD and 56. RGB value is (188,205,86). Sum of RGB (Red+Green+Blue) = 188+205+86=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD56 is #4332A9. Grayscale: #BABABA. Windows color (decimal): -4403882 or 5688764. OLE color: 5688764.

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

Color convert

RGB18820586-
CMYK0.0800.580.20
HSL68.57º54.34%57.06%-
HSV(B)68.57º58.05%80.39%-
XYZ44.2555.0317.09-
YUV186.3571.37129.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 205 (80.47% from 255) = 42.80%
BLUE value IS 86 (33.98% from 255) = 17.95%
R=39.25%
G=42.80%
B=17.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal188205860.0800.580.2068.5754.3457.06
HexBCCD56803A14453639
Octal27431512610072241056671
Binary1011110011001101101011010000111010101001000101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCD56; }

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

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

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

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

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

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

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

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