#B6C062

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

Shades of Wild Willow #B6C062

Tints of Wild Willow #B6C062

Color information

#B6C062 (or 0xB6C062) is unknown color: approx Wild Willow. HEX triplet: B6, C0 and 62. RGB value is (182,192,98). Sum of RGB (Red+Green+Blue) = 182+192+98=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C062 is #493F9D. Grayscale: #B2B2B2. Windows color (decimal): -4800414 or 6471862. OLE color: 6471862.

HSL color Cylindrical-coordinate representation of color #B6C062: hue angle of 66.38º 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 #B6C062 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB18219298-
CMYK0.0500.490.25
HSL66.38º42.73%56.86%-
HSV(B)66.38º48.96%75.29%-
XYZ40.3548.5318.8-
YUV178.2982.69130.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.56%
GREEN value IS 192 (75.39% from 255) = 40.68%
BLUE value IS 98 (38.67% from 255) = 20.76%
R=38.56%
G=40.68%
B=20.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182192980.0500.490.2566.3842.7356.86
HexB6C062503119422b39
Octal2663001425061311025371
Binary101101101100000011000101010110001110011000010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C062; }

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

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

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

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

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

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

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

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