#B1C365

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

Shades of Wild Willow #B1C365

Tints of Wild Willow #B1C365

Color information

#B1C365 (or 0xB1C365) is unknown color: approx Wild Willow. HEX triplet: B1, C3 and 65. RGB value is (177,195,101). Sum of RGB (Red+Green+Blue) = 177+195+101=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C365 is #4E3C9A. Grayscale: #B3B3B3. Windows color (decimal): -5127323 or 6669233. OLE color: 6669233.

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

Color convert

RGB177195101-
CMYK0.0900.480.24
HSL71.49º43.93%58.04%-
HSV(B)71.49º48.21%76.47%-
XYZ4049.3219.72-
YUV178.984.04126.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 195 (76.56% from 255) = 41.23%
BLUE value IS 101 (39.84% from 255) = 21.35%
R=37.42%
G=41.23%
B=21.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771951010.0900.480.2471.4943.9358.04
HexB1C365903018472c3a
Octal26130314511060301075472
Binary1011000111000011110010110010110000110001000111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C365; }

 p { color: rgb(177,195,101); }

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

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

 a { background-color: rgb(177,195,101); }

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

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

 span { border-color: rgb(177,195,101); }

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