#B5C760

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

Shades of Wild Willow #B5C760

Tints of Wild Willow #B5C760

Color information

#B5C760 (or 0xB5C760) is unknown color: approx Wild Willow. HEX triplet: B5, C7 and 60. RGB value is (181,199,96). Sum of RGB (Red+Green+Blue) = 181+199+96=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 199 - color contains mainly: green. Hex color #B5C760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C760 is #4A389F. Grayscale: #B6B6B6. Windows color (decimal): -4864160 or 6342581. OLE color: 6342581.

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

Color convert

RGB18119996-
CMYK0.0900.520.22
HSL70.49º47.91%57.84%-
HSV(B)70.49º51.76%78.04%-
XYZ41.5951.5218.82-
YUV181.8879.54127.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.03%
GREEN value IS 199 (78.12% from 255) = 41.81%
BLUE value IS 96 (37.89% from 255) = 20.17%
R=38.03%
G=41.81%
B=20.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181199960.0900.520.2270.4947.9157.84
HexB5C76090341646303a
Octal26530714011064261066072
Binary1011010111000111110000010010110100101101000110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C760; }

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

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

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

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

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

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

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

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