#B1C761

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

Shades of Wild Willow #B1C761

Tints of Wild Willow #B1C761

Color information

#B1C761 (or 0xB1C761) is unknown color: approx Wild Willow. HEX triplet: B1, C7 and 61. RGB value is (177,199,97). Sum of RGB (Red+Green+Blue) = 177+199+97=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C761 is #4E389E. Grayscale: #B5B5B5. Windows color (decimal): -5126303 or 6408113. OLE color: 6408113.

HSL color Cylindrical-coordinate representation of color #B1C761: hue angle of 72.94º 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 #B1C761 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB17719997-
CMYK0.1100.510.22
HSL72.94º47.66%58.04%-
HSV(B)72.94º51.26%78.04%-
XYZ40.7151.0619.02-
YUV180.7980.71125.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 199 (78.12% from 255) = 42.07%
BLUE value IS 97 (38.28% from 255) = 20.51%
R=37.42%
G=42.07%
B=20.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177199970.1100.510.2272.9447.6658.04
HexB1C761B0331649303a
Octal26130714113063261116072
Binary1011000111000111110000110110110011101101001001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C761; }

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

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

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

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

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

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

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

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