#B5C561

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

Shades of Wild Willow #B5C561

Tints of Wild Willow #B5C561

Color information

#B5C561 (or 0xB5C561) is unknown color: approx Wild Willow. HEX triplet: B5, C5 and 61. RGB value is (181,197,97). Sum of RGB (Red+Green+Blue) = 181+197+97=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C561 is #4A3A9E. Grayscale: #B5B5B5. Windows color (decimal): -4864671 or 6407605. OLE color: 6407605.

HSL color Cylindrical-coordinate representation of color #B5C561: hue angle of 69.6º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B5C561 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB18119797-
CMYK0.0800.510.23
HSL69.6º46.3%57.65%-
HSV(B)69.6º50.76%77.25%-
XYZ41.1850.6218.91-
YUV180.8280.7128.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 197 (77.34% from 255) = 41.47%
BLUE value IS 97 (38.28% from 255) = 20.42%
R=38.11%
G=41.47%
B=20.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal181197970.0800.510.2369.646.357.65
HexB5C561803317462e3a
Octal26530514110063271065672
Binary1011010111000101110000110000110011101111000110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C561; }

 p { color: rgb(181,197,97); }

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

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

 a { background-color: rgb(181,197,97); }

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

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

 span { border-color: rgb(181,197,97); }

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