#B2C362

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

Shades of Wild Willow #B2C362

Tints of Wild Willow #B2C362

Color information

#B2C362 (or 0xB2C362) is unknown color: approx Wild Willow. HEX triplet: B2, C3 and 62. RGB value is (178,195,98). Sum of RGB (Red+Green+Blue) = 178+195+98=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C362 is #4D3C9D. Grayscale: #B3B3B3. Windows color (decimal): -5061790 or 6472626. OLE color: 6472626.

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

Color convert

RGB17819598-
CMYK0.0900.500.24
HSL70.52º44.7%57.45%-
HSV(B)70.52º49.74%76.47%-
XYZ40.0849.3818.97-
YUV178.8682.37127.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.79%
GREEN value IS 195 (76.56% from 255) = 41.40%
BLUE value IS 98 (38.67% from 255) = 20.81%
R=37.79%
G=41.40%
B=20.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178195980.0900.500.2470.5244.757.45
HexB2C362903218472d39
Octal26230314211062301075571
Binary1011001011000011110001010010110010110001000111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C362; }

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

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

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

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

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

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

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

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