#B2C164

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

Shades of Wild Willow #B2C164

Tints of Wild Willow #B2C164

Color information

#B2C164 (or 0xB2C164) is unknown color: approx Wild Willow. HEX triplet: B2, C1 and 64. RGB value is (178,193,100). Sum of RGB (Red+Green+Blue) = 178+193+100=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C164 is #4D3E9B. Grayscale: #B2B2B2. Windows color (decimal): -5062300 or 6603186. OLE color: 6603186.

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

Color convert

RGB178193100-
CMYK0.0800.480.24
HSL69.68º42.86%57.45%-
HSV(B)69.68º48.19%75.69%-
XYZ39.7348.5319.33-
YUV177.9184.03128.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.79%
GREEN value IS 193 (75.78% from 255) = 40.98%
BLUE value IS 100 (39.45% from 255) = 21.23%
R=37.79%
G=40.98%
B=21.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781931000.0800.480.2469.6842.8657.45
HexB2C164803018462b39
Octal26230114410060301065371
Binary1011001011000001110010010000110000110001000110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C164; }

 p { color: rgb(178,193,100); }

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

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

 a { background-color: rgb(178,193,100); }

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

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

 span { border-color: rgb(178,193,100); }

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