#B3C46C

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

Shades of Wild Willow #B3C46C

Tints of Wild Willow #B3C46C

Color information

#B3C46C (or 0xB3C46C) is unknown color: approx Wild Willow. HEX triplet: B3, C4 and 6C. RGB value is (179,196,108). Sum of RGB (Red+Green+Blue) = 179+196+108=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C46C is #4C3B93. Grayscale: #B5B5B5. Windows color (decimal): -4995988 or 7128243. OLE color: 7128243.

HSL color Cylindrical-coordinate representation of color #B3C46C: hue angle of 71.59º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B3C46C is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB179196108-
CMYK0.0900.450.23
HSL71.59º42.72%59.61%-
HSV(B)71.59º44.9%76.86%-
XYZ41.0450.1521.7-
YUV180.8886.87126.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.06%
GREEN value IS 196 (76.95% from 255) = 40.58%
BLUE value IS 108 (42.58% from 255) = 22.36%
R=37.06%
G=40.58%
B=22.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791961080.0900.450.2371.5942.7259.61
HexB3C46C902D17482b3c
Octal26330415411055271105374
Binary1011001111000100110110010010101101101111001000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C46C; }

 p { color: rgb(179,196,108); }

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

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

 a { background-color: rgb(179,196,108); }

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

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

 span { border-color: rgb(179,196,108); }

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