#B3C360

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

Shades of Wild Willow #B3C360

Tints of Wild Willow #B3C360

Color information

#B3C360 (or 0xB3C360) is unknown color: approx Wild Willow. HEX triplet: B3, C3 and 60. RGB value is (179,195,96). Sum of RGB (Red+Green+Blue) = 179+195+96=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C360 is #4C3C9F. Grayscale: #B3B3B3. Windows color (decimal): -4996256 or 6341555. OLE color: 6341555.

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

Color convert

RGB17919596-
CMYK0.0800.510.24
HSL69.7º45.21%57.06%-
HSV(B)69.7º50.77%76.47%-
XYZ40.2249.4618.49-
YUV178.9381.2128.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.09%
GREEN value IS 195 (76.56% from 255) = 41.49%
BLUE value IS 96 (37.89% from 255) = 20.43%
R=38.09%
G=41.49%
B=20.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179195960.0800.510.2469.745.2157.06
HexB3C360803318462d39
Octal26330314010063301065571
Binary1011001111000011110000010000110011110001000110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C360; }

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

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

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

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

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

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

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

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