#B1CC61

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

Shades of Wild Willow #B1CC61

Tints of Wild Willow #B1CC61

Color information

#B1CC61 (or 0xB1CC61) is unknown color: approx Wild Willow. HEX triplet: B1, CC and 61. RGB value is (177,204,97). Sum of RGB (Red+Green+Blue) = 177+204+97=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CC61 is #4E339E. Grayscale: #B8B8B8. Windows color (decimal): -5125023 or 6409393. OLE color: 6409393.

HSL color Cylindrical-coordinate representation of color #B1CC61: hue angle of 75.14º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B1CC61 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB17720497-
CMYK0.1300.520.2
HSL75.14º51.2%59.02%-
HSV(B)75.14º52.45%80%-
XYZ41.8853.419.41-
YUV183.7379.05123.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 204 (80.08% from 255) = 42.68%
BLUE value IS 97 (38.28% from 255) = 20.29%
R=37.03%
G=42.68%
B=20.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal177204970.1300.520.275.1451.259.02
HexB1CC61D034144b333b
Octal26131414115064241136373
Binary1011000111001100110000111010110100101001001011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CC61; }

 p { color: rgb(177,204,97); }

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

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

 a { background-color: rgb(177,204,97); }

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

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

 span { border-color: rgb(177,204,97); }

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