#B9C955

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

Shades of Wild Willow #B9C955

Tints of Wild Willow #B9C955

Color information

#B9C955 (or 0xB9C955) is unknown color: approx Wild Willow. HEX triplet: B9, C9 and 55. RGB value is (185,201,85). Sum of RGB (Red+Green+Blue) = 185+201+85=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C955 is #4636AA. Grayscale: #B7B7B7. Windows color (decimal): -4601515 or 5622201. OLE color: 5622201.

HSL color Cylindrical-coordinate representation of color #B9C955: hue angle of 68.28º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9C955 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB18520185-
CMYK0.0800.580.21
HSL68.28º51.79%56.08%-
HSV(B)68.28º57.71%78.82%-
XYZ42.5352.7416.53-
YUV182.9972.7129.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.28%
GREEN value IS 201 (78.91% from 255) = 42.68%
BLUE value IS 85 (33.59% from 255) = 18.05%
R=39.28%
G=42.68%
B=18.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185201850.0800.580.2168.2851.7956.08
HexB9C955803A15443438
Octal27131112510072251046470
Binary1011100111001001101010110000111010101011000100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C955; }

 p { color: rgb(185,201,85); }

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

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

 a { background-color: rgb(185,201,85); }

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

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

 span { border-color: rgb(185,201,85); }

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