#B1C16D

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

Shades of Wild Willow #B1C16D

Tints of Wild Willow #B1C16D

Color information

#B1C16D (or 0xB1C16D) is unknown color: approx Wild Willow. HEX triplet: B1, C1 and 6D. RGB value is (177,193,109). Sum of RGB (Red+Green+Blue) = 177+193+109=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C16D is #4E3E92. Grayscale: #B2B2B2. Windows color (decimal): -5127827 or 7193009. OLE color: 7193009.

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

Color convert

RGB177193109-
CMYK0.0800.440.24
HSL71.43º40.38%59.22%-
HSV(B)71.43º43.52%75.69%-
XYZ39.9648.5921.74-
YUV178.6488.7126.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.95%
GREEN value IS 193 (75.78% from 255) = 40.29%
BLUE value IS 109 (42.97% from 255) = 22.76%
R=36.95%
G=40.29%
B=22.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771931090.0800.440.2471.4340.3859.22
HexB1C16D802C1847283b
Octal26130115510054301075073
Binary1011000111000001110110110000101100110001000111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C16D; }

 p { color: rgb(177,193,109); }

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

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

 a { background-color: rgb(177,193,109); }

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

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

 span { border-color: rgb(177,193,109); }

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