#B9C661

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

Shades of Wild Willow #B9C661

Tints of Wild Willow #B9C661

Color information

#B9C661 (or 0xB9C661) is unknown color: approx Wild Willow. HEX triplet: B9, C6 and 61. RGB value is (185,198,97). Sum of RGB (Red+Green+Blue) = 185+198+97=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 97 (38.28% from 255 or 20.21% from 480); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C661 is #46399E. Grayscale: #B6B6B6. Windows color (decimal): -4602271 or 6407865. OLE color: 6407865.

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

Color convert

RGB18519897-
CMYK0.0700.510.22
HSL67.72º46.98%57.84%-
HSV(B)67.72º51.01%77.65%-
XYZ42.3651.5719.03-
YUV182.679.69129.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 198 (77.73% from 255) = 41.25%
BLUE value IS 97 (38.28% from 255) = 20.21%
R=38.54%
G=41.25%
B=20.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal185198970.0700.510.2267.7246.9857.84
HexB9C661703316442f3a
Octal2713061417063261045772
Binary101110011100011011000011110110011101101000100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C661; }

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

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

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

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

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

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

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

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