#B9C665

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

Shades of Wild Willow #B9C665

Tints of Wild Willow #B9C665

Color information

#B9C665 (or 0xB9C665) is unknown color: approx Wild Willow. HEX triplet: B9, C6 and 65. RGB value is (185,198,101). Sum of RGB (Red+Green+Blue) = 185+198+101=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C665 is #46399A. Grayscale: #B7B7B7. Windows color (decimal): -4602267 or 6670009. OLE color: 6670009.

HSL color Cylindrical-coordinate representation of color #B9C665: hue angle of 68.04º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9C665 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB185198101-
CMYK0.0700.490.22
HSL68.04º45.97%58.63%-
HSV(B)68.04º48.99%77.65%-
XYZ42.5551.6420.04-
YUV183.0681.69129.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.22%
GREEN value IS 198 (77.73% from 255) = 40.91%
BLUE value IS 101 (39.84% from 255) = 20.87%
R=38.22%
G=40.91%
B=20.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851981010.0700.490.2268.0445.9758.63
HexB9C665703116442e3b
Octal2713061457061261045673
Binary101110011100011011001011110110001101101000100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C665; }

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

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

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

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

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

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

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

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