#B3C362

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

Shades of Wild Willow #B3C362

Tints of Wild Willow #B3C362

Color information

#B3C362 (or 0xB3C362) is unknown color: approx Wild Willow. HEX triplet: B3, C3 and 62. RGB value is (179,195,98). Sum of RGB (Red+Green+Blue) = 179+195+98=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C362 is #4C3C9D. Grayscale: #B3B3B3. Windows color (decimal): -4996254 or 6472627. OLE color: 6472627.

HSL color Cylindrical-coordinate representation of color #B3C362: hue angle of 69.9º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3C362 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB17919598-
CMYK0.0800.500.24
HSL69.9º44.7%57.45%-
HSV(B)69.9º49.74%76.47%-
XYZ40.3149.518.98-
YUV179.1682.2127.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.92%
GREEN value IS 195 (76.56% from 255) = 41.31%
BLUE value IS 98 (38.67% from 255) = 20.76%
R=37.92%
G=41.31%
B=20.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179195980.0800.500.2469.944.757.45
HexB3C362803218462d39
Octal26330314210062301065571
Binary1011001111000011110001010000110010110001000110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C362; }

 p { color: rgb(179,195,98); }

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

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

 a { background-color: rgb(179,195,98); }

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

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

 span { border-color: rgb(179,195,98); }

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