#BCD055

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

Shades of Wild Willow #BCD055

Tints of Wild Willow #BCD055

Color information

#BCD055 (or 0xBCD055) is unknown color: approx Wild Willow. HEX triplet: BC, D0 and 55. RGB value is (188,208,85). Sum of RGB (Red+Green+Blue) = 188+208+85=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 85 (33.59% from 255 or 17.67% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD055 is #432FAA. Grayscale: #BCBCBC. Windows color (decimal): -4403115 or 5623996. OLE color: 5623996.

HSL color Cylindrical-coordinate representation of color #BCD055: hue angle of 69.76º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCD055 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB18820885-
CMYK0.1000.590.18
HSL69.76º56.68%57.45%-
HSV(B)69.76º59.13%81.57%-
XYZ44.9356.4617.12-
YUV18869.87128-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 208 (81.64% from 255) = 43.24%
BLUE value IS 85 (33.59% from 255) = 17.67%
R=39.09%
G=43.24%
B=17.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal188208850.1000.590.1869.7656.6857.45
HexBCD055A03B12463939
Octal27432012512073221067171
Binary1011110011010000101010110100111011100101000110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD055; }

 p { color: rgb(188,208,85); }

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

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

 a { background-color: rgb(188,208,85); }

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

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

 span { border-color: rgb(188,208,85); }

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