#B5C761

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

Shades of Wild Willow #B5C761

Tints of Wild Willow #B5C761

Color information

#B5C761 (or 0xB5C761) is unknown color: approx Wild Willow. HEX triplet: B5, C7 and 61. RGB value is (181,199,97). Sum of RGB (Red+Green+Blue) = 181+199+97=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 199 - color contains mainly: green. Hex color #B5C761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C761 is #4A389E. Grayscale: #B6B6B6. Windows color (decimal): -4864159 or 6408117. OLE color: 6408117.

HSL color Cylindrical-coordinate representation of color #B5C761: hue angle of 70.59º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B5C761 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB18119997-
CMYK0.0900.510.22
HSL70.59º47.66%58.04%-
HSV(B)70.59º51.26%78.04%-
XYZ41.6451.5319.06-
YUV181.9980.04127.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.95%
GREEN value IS 199 (78.12% from 255) = 41.72%
BLUE value IS 97 (38.28% from 255) = 20.34%
R=37.95%
G=41.72%
B=20.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181199970.0900.510.2270.5947.6658.04
HexB5C76190331647303a
Octal26530714111063261076072
Binary1011010111000111110000110010110011101101000111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C761; }

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

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

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

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

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

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

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

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