#b3c960

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

Shades of Wild Willow #B3C960

Tints of Wild Willow #B3C960

Color information

#B3C960 (or 0xB3C960) is unknown color: approx Wild Willow. HEX triplet: B3, C9 and 60. RGB value is (179,201,96). Sum of RGB (Red+Green+Blue) = 179+201+96=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #B3C960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C960 is #4C369F. Grayscale: #B6B6B6. Windows color (decimal): -4994720 or 6343091. OLE color: 6343091.

HSL color Cylindrical-coordinate representation of color #B3C960: hue angle of 72.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B3C960 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB17920196-
CMYK0.1100.520.21
HSL72.57º49.3%58.24%-
HSV(B)72.57º52.24%78.82%-
XYZ41.5952.218.95-
YUV182.4579.21125.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.61%
GREEN value IS 201 (78.91% from 255) = 42.23%
BLUE value IS 96 (37.89% from 255) = 20.17%
R=37.61%
G=42.23%
B=20.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179201960.1100.520.2172.5749.358.24
HexB3C960B0341549313a
Octal26331114013064251116172
Binary1011001111001001110000010110110100101011001001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3c960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3c960; }

 p { color: rgb(179,201,96); }

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

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

 a { background-color: rgb(179,201,96); }

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

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

 span { border-color: rgb(179,201,96); }

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