#B1C664

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

Shades of Wild Willow #B1C664

Tints of Wild Willow #B1C664

Color information

#B1C664 (or 0xB1C664) is unknown color: approx Wild Willow. HEX triplet: B1, C6 and 64. RGB value is (177,198,100). Sum of RGB (Red+Green+Blue) = 177+198+100=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C664 is #4E399B. Grayscale: #B4B4B4. Windows color (decimal): -5126556 or 6604465. OLE color: 6604465.

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

Color convert

RGB177198100-
CMYK0.1100.490.22
HSL72.86º46.23%58.43%-
HSV(B)72.86º49.49%77.65%-
XYZ40.6350.6619.69-
YUV180.5582.54125.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.26%
GREEN value IS 198 (77.73% from 255) = 41.68%
BLUE value IS 100 (39.45% from 255) = 21.05%
R=37.26%
G=41.68%
B=21.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771981000.1100.490.2272.8646.2358.43
HexB1C664B03116492e3a
Octal26130614413061261115672
Binary1011000111000110110010010110110001101101001001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C664; }

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

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

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

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

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

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

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

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