#B0C761

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

Shades of Wild Willow #B0C761

Tints of Wild Willow #B0C761

Color information

#B0C761 (or 0xB0C761) is unknown color: approx Wild Willow. HEX triplet: B0, C7 and 61. RGB value is (176,199,97). Sum of RGB (Red+Green+Blue) = 176+199+97=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C761 is #4F389E. Grayscale: #B4B4B4. Windows color (decimal): -5191839 or 6408112. OLE color: 6408112.

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

Color convert

RGB17619997-
CMYK0.1200.510.22
HSL73.53º47.66%58.04%-
HSV(B)73.53º51.26%78.04%-
XYZ40.4950.9419.01-
YUV180.4980.88124.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.29%
GREEN value IS 199 (78.12% from 255) = 42.16%
BLUE value IS 97 (38.28% from 255) = 20.55%
R=37.29%
G=42.16%
B=20.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176199970.1200.510.2273.5347.6658.04
HexB0C761C033164a303a
Octal26030714114063261126072
Binary1011000011000111110000111000110011101101001010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C761; }

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

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

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

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

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

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

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

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