#B3C164

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

Shades of Wild Willow #B3C164

Tints of Wild Willow #B3C164

Color information

#B3C164 (or 0xB3C164) is unknown color: approx Wild Willow. HEX triplet: B3, C1 and 64. RGB value is (179,193,100). Sum of RGB (Red+Green+Blue) = 179+193+100=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C164 is #4C3E9B. Grayscale: #B2B2B2. Windows color (decimal): -4996764 or 6603187. OLE color: 6603187.

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

Color convert

RGB179193100-
CMYK0.0700.480.24
HSL69.03º42.86%57.45%-
HSV(B)69.03º48.19%75.69%-
XYZ39.9648.6419.34-
YUV178.2183.86128.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.92%
GREEN value IS 193 (75.78% from 255) = 40.89%
BLUE value IS 100 (39.45% from 255) = 21.19%
R=37.92%
G=40.89%
B=21.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791931000.0700.480.2469.0342.8657.45
HexB3C164703018452b39
Octal2633011447060301055371
Binary101100111100000111001001110110000110001000101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C164; }

 p { color: rgb(179,193,100); }

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

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

 a { background-color: rgb(179,193,100); }

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

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

 span { border-color: rgb(179,193,100); }

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