#B1C669

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

Shades of Wild Willow #B1C669

Tints of Wild Willow #B1C669

Color information

#B1C669 (or 0xB1C669) is unknown color: approx Wild Willow. HEX triplet: B1, C6 and 69. RGB value is (177,198,105). Sum of RGB (Red+Green+Blue) = 177+198+105=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C669 is #4E3996. Grayscale: #B5B5B5. Windows color (decimal): -5126551 or 6932145. OLE color: 6932145.

HSL color Cylindrical-coordinate representation of color #B1C669: hue angle of 73.55º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1C669 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB177198105-
CMYK0.1100.470.22
HSL73.55º44.93%59.41%-
HSV(B)73.55º46.97%77.65%-
XYZ40.8850.7621.01-
YUV181.1285.04125.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.88%
GREEN value IS 198 (77.73% from 255) = 41.25%
BLUE value IS 105 (41.41% from 255) = 21.88%
R=36.88%
G=41.25%
B=21.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771981050.1100.470.2273.5544.9359.41
HexB1C669B02F164a2d3b
Octal26130615113057261125573
Binary1011000111000110110100110110101111101101001010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C669; }

 p { color: rgb(177,198,105); }

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

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

 a { background-color: rgb(177,198,105); }

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

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

 span { border-color: rgb(177,198,105); }

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