#B5C062

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

Shades of Wild Willow #B5C062

Tints of Wild Willow #B5C062

Color information

#B5C062 (or 0xB5C062) is unknown color: approx Wild Willow. HEX triplet: B5, C0 and 62. RGB value is (181,192,98). Sum of RGB (Red+Green+Blue) = 181+192+98=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C062 is #4A3F9D. Grayscale: #B2B2B2. Windows color (decimal): -4865950 or 6471861. OLE color: 6471861.

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

Color convert

RGB18119298-
CMYK0.0600.490.25
HSL67.02º42.73%56.86%-
HSV(B)67.02º48.96%75.29%-
XYZ40.1148.418.78-
YUV177.9982.86130.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.43%
GREEN value IS 192 (75.39% from 255) = 40.76%
BLUE value IS 98 (38.67% from 255) = 20.81%
R=38.43%
G=40.76%
B=20.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181192980.0600.490.2567.0242.7356.86
HexB5C062603119432b39
Octal2653001426061311035371
Binary101101011100000011000101100110001110011000011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C062; }

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

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

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

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

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

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

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

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