#B1CD61

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

Shades of Wild Willow #B1CD61

Tints of Wild Willow #B1CD61

Color information

#B1CD61 (or 0xB1CD61) is unknown color: approx Wild Willow. HEX triplet: B1, CD and 61. RGB value is (177,205,97). Sum of RGB (Red+Green+Blue) = 177+205+97=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CD61 is #4E329E. Grayscale: #B8B8B8. Windows color (decimal): -5124767 or 6409649. OLE color: 6409649.

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

Color convert

RGB17720597-
CMYK0.1400.530.20
HSL75.56º51.92%59.22%-
HSV(B)75.56º52.68%80.39%-
XYZ42.1253.8719.49-
YUV184.3278.72122.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.95%
GREEN value IS 205 (80.47% from 255) = 42.80%
BLUE value IS 97 (38.28% from 255) = 20.25%
R=36.95%
G=42.80%
B=20.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal177205970.1400.530.2075.5651.9259.22
HexB1CD61E035144c343b
Octal26131514116065241146473
Binary1011000111001101110000111100110101101001001100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CD61; }

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

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

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

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

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

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

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

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