#B3C16E

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

Shades of Wild Willow #B3C16E

Tints of Wild Willow #B3C16E

Color information

#B3C16E (or 0xB3C16E) is unknown color: approx Wild Willow. HEX triplet: B3, C1 and 6E. RGB value is (179,193,110). Sum of RGB (Red+Green+Blue) = 179+193+110=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C16E is #4C3E91. Grayscale: #B3B3B3. Windows color (decimal): -4996754 or 7258547. OLE color: 7258547.

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

Color convert

RGB179193110-
CMYK0.0700.430.24
HSL70.12º40.1%59.41%-
HSV(B)70.12º43.01%75.69%-
XYZ40.4748.8522.05-
YUV179.3588.86127.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.14%
GREEN value IS 193 (75.78% from 255) = 40.04%
BLUE value IS 110 (43.36% from 255) = 22.82%
R=37.14%
G=40.04%
B=22.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791931100.0700.430.2470.1240.159.41
HexB3C16E702B1846283b
Octal2633011567053301065073
Binary101100111100000111011101110101011110001000110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C16E; }

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

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

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

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

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

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

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

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