#B9C656

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

Shades of Wild Willow #B9C656

Tints of Wild Willow #B9C656

Color information

#B9C656 (or 0xB9C656) is unknown color: approx Wild Willow. HEX triplet: B9, C6 and 56. RGB value is (185,198,86). Sum of RGB (Red+Green+Blue) = 185+198+86=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C656 is #4639A9. Grayscale: #B5B5B5. Windows color (decimal): -4602282 or 5686969. OLE color: 5686969.

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

Color convert

RGB18519886-
CMYK0.0700.570.22
HSL66.96º49.56%55.69%-
HSV(B)66.96º56.57%77.65%-
XYZ41.8851.3716.51-
YUV181.3474.19130.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.45%
GREEN value IS 198 (77.73% from 255) = 42.22%
BLUE value IS 86 (33.98% from 255) = 18.34%
R=39.45%
G=42.22%
B=18.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal185198860.0700.570.2266.9649.5655.69
HexB9C656703916433238
Octal2713061267071261036270
Binary101110011100011010101101110111001101101000011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C656; }

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

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

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

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

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

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

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

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