#B1C661

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

Shades of Wild Willow #B1C661

Tints of Wild Willow #B1C661

Color information

#B1C661 (or 0xB1C661) is unknown color: approx Wild Willow. HEX triplet: B1, C6 and 61. RGB value is (177,198,97). Sum of RGB (Red+Green+Blue) = 177+198+97=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C661 is #4E399E. Grayscale: #B4B4B4. Windows color (decimal): -5126559 or 6407857. OLE color: 6407857.

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

Color convert

RGB17719897-
CMYK0.1100.510.22
HSL72.48º46.98%57.84%-
HSV(B)72.48º51.01%77.65%-
XYZ40.4850.618.94-
YUV180.2181.04125.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.5%
GREEN value IS 198 (77.73% from 255) = 41.95%
BLUE value IS 97 (38.28% from 255) = 20.55%
R=37.5%
G=41.95%
B=20.55%

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
Decimal177198970.1100.510.2272.4846.9857.84
HexB1C661B03316482f3a
Octal26130614113063261105772
Binary1011000111000110110000110110110011101101001000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C661; }

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

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

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

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

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

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

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

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