#B2C360

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

Shades of Wild Willow #B2C360

Tints of Wild Willow #B2C360

Color information

#B2C360 (or 0xB2C360) is unknown color: approx Wild Willow. HEX triplet: B2, C3 and 60. RGB value is (178,195,96). Sum of RGB (Red+Green+Blue) = 178+195+96=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C360 is #4D3C9F. Grayscale: #B3B3B3. Windows color (decimal): -5061792 or 6341554. OLE color: 6341554.

HSL color Cylindrical-coordinate representation of color #B2C360: hue angle of 70.3º 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 #B2C360 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB17819596-
CMYK0.0900.510.24
HSL70.3º45.21%57.06%-
HSV(B)70.3º50.77%76.47%-
XYZ39.9949.3418.48-
YUV178.6381.37127.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.95%
GREEN value IS 195 (76.56% from 255) = 41.58%
BLUE value IS 96 (37.89% from 255) = 20.47%
R=37.95%
G=41.58%
B=20.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178195960.0900.510.2470.345.2157.06
HexB2C360903318462d39
Octal26230314011063301065571
Binary1011001011000011110000010010110011110001000110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C360; }

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

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

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

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

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

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

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

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