#BCD561

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

Shades of Wild Willow #BCD561

Tints of Wild Willow #BCD561

Color information

#BCD561 (or 0xBCD561) is unknown color: approx Wild Willow. HEX triplet: BC, D5 and 61. RGB value is (188,213,97). Sum of RGB (Red+Green+Blue) = 188+213+97=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD561 is #432A9E. Grayscale: #C0C0C0. Windows color (decimal): -4401823 or 6411708. OLE color: 6411708.

HSL color Cylindrical-coordinate representation of color #BCD561: hue angle of 72.93º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCD561 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB18821397-
CMYK0.1200.540.16
HSL72.93º58%60.78%-
HSV(B)72.93º54.46%83.53%-
XYZ46.6959.1420.26-
YUV192.374.22124.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 213 (83.59% from 255) = 42.77%
BLUE value IS 97 (38.28% from 255) = 19.48%
R=37.75%
G=42.77%
B=19.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188213970.1200.540.1672.935860.78
HexBCD561C03610493a3d
Octal27432514114066201117275
Binary1011110011010101110000111000110110100001001001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD561; }

 p { color: rgb(188,213,97); }

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

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

 a { background-color: rgb(188,213,97); }

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

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

 span { border-color: rgb(188,213,97); }

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