#B6C458

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

Shades of Wild Willow #B6C458

Tints of Wild Willow #B6C458

Color information

#B6C458 (or 0xB6C458) is unknown color: approx Wild Willow. HEX triplet: B6, C4 and 58. RGB value is (182,196,88). Sum of RGB (Red+Green+Blue) = 182+196+88=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 88 (34.77% from 255 or 18.88% from 466); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C458 is #493BA7. Grayscale: #B3B3B3. Windows color (decimal): -4799400 or 5817526. OLE color: 5817526.

HSL color Cylindrical-coordinate representation of color #B6C458: hue angle of 67.78º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B6C458 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB18219688-
CMYK0.0700.550.23
HSL67.78º47.79%55.69%-
HSV(B)67.78º55.1%76.86%-
XYZ40.7950.1316.76-
YUV179.576.36129.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.06%
GREEN value IS 196 (76.95% from 255) = 42.06%
BLUE value IS 88 (34.77% from 255) = 18.88%
R=39.06%
G=42.06%
B=18.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal182196880.0700.550.2367.7847.7955.69
HexB6C458703717443038
Octal2663041307067271046070
Binary101101101100010010110001110110111101111000100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C458; }

 p { color: rgb(182,196,88); }

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

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

 a { background-color: rgb(182,196,88); }

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

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

 span { border-color: rgb(182,196,88); }

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