#B1C260

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

Shades of Wild Willow #B1C260

Tints of Wild Willow #B1C260

Color information

#B1C260 (or 0xB1C260) is unknown color: approx Wild Willow. HEX triplet: B1, C2 and 60. RGB value is (177,194,96). Sum of RGB (Red+Green+Blue) = 177+194+96=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C260 is #4E3D9F. Grayscale: #B2B2B2. Windows color (decimal): -5127584 or 6341297. OLE color: 6341297.

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

Color convert

RGB17719496-
CMYK0.0900.510.24
HSL70.41º44.55%56.86%-
HSV(B)70.41º50.52%76.08%-
XYZ39.5348.7818.4-
YUV177.7481.87127.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.90%
GREEN value IS 194 (76.17% from 255) = 41.54%
BLUE value IS 96 (37.89% from 255) = 20.56%
R=37.90%
G=41.54%
B=20.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177194960.0900.510.2470.4144.5556.86
HexB1C260903318462d39
Octal26130214011063301065571
Binary1011000111000010110000010010110011110001000110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C260; }

 p { color: rgb(177,194,96); }

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

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

 a { background-color: rgb(177,194,96); }

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

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

 span { border-color: rgb(177,194,96); }

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