#B1C06C

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

Shades of Wild Willow #B1C06C

Tints of Wild Willow #B1C06C

Color information

#B1C06C (or 0xB1C06C) is unknown color: approx Wild Willow. HEX triplet: B1, C0 and 6C. RGB value is (177,192,108). Sum of RGB (Red+Green+Blue) = 177+192+108=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C06C is #4E3F93. Grayscale: #B2B2B2. Windows color (decimal): -5128084 or 7127217. OLE color: 7127217.

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

Color convert

RGB177192108-
CMYK0.0800.440.25
HSL70.71º40%58.82%-
HSV(B)70.71º43.75%75.29%-
XYZ39.6948.1321.39-
YUV177.9488.53127.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.11%
GREEN value IS 192 (75.39% from 255) = 40.25%
BLUE value IS 108 (42.58% from 255) = 22.64%
R=37.11%
G=40.25%
B=22.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771921080.0800.440.2570.714058.82
HexB1C06C802C1947283b
Octal26130015410054311075073
Binary1011000111000000110110010000101100110011000111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C06C; }

 p { color: rgb(177,192,108); }

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

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

 a { background-color: rgb(177,192,108); }

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

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

 span { border-color: rgb(177,192,108); }

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