#B5C162

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

Shades of Wild Willow #B5C162

Tints of Wild Willow #B5C162

Color information

#B5C162 (or 0xB5C162) is unknown color: approx Wild Willow. HEX triplet: B5, C1 and 62. RGB value is (181,193,98). Sum of RGB (Red+Green+Blue) = 181+193+98=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C162 is #4A3E9D. Grayscale: #B2B2B2. Windows color (decimal): -4865694 or 6472117. OLE color: 6472117.

HSL color Cylindrical-coordinate representation of color #B5C162: hue angle of 67.58º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5C162 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB18119398-
CMYK0.0600.490.24
HSL67.58º43.38%57.06%-
HSV(B)67.58º49.22%75.69%-
XYZ40.3348.8518.86-
YUV178.5882.52129.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 193 (75.78% from 255) = 40.89%
BLUE value IS 98 (38.67% from 255) = 20.76%
R=38.35%
G=40.89%
B=20.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181193980.0600.490.2467.5843.3857.06
HexB5C162603118442b39
Octal2653011426061301045371
Binary101101011100000111000101100110001110001000100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C162; }

 p { color: rgb(181,193,98); }

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

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

 a { background-color: rgb(181,193,98); }

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

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

 span { border-color: rgb(181,193,98); }

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