#B1CD60

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

Shades of Wild Willow #B1CD60

Tints of Wild Willow #B1CD60

Color information

#B1CD60 (or 0xB1CD60) is unknown color: approx Wild Willow. HEX triplet: B1, CD and 60. RGB value is (177,205,96). Sum of RGB (Red+Green+Blue) = 177+205+96=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CD60 is #4E329F. Grayscale: #B8B8B8. Windows color (decimal): -5124768 or 6344113. OLE color: 6344113.

HSL color Cylindrical-coordinate representation of color #B1CD60: hue angle of 75.41º 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 #B1CD60 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB17720596-
CMYK0.1400.530.20
HSL75.41º52.15%59.02%-
HSV(B)75.41º53.17%80.39%-
XYZ42.0753.8519.24-
YUV184.278.22122.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 205 (80.47% from 255) = 42.89%
BLUE value IS 96 (37.89% from 255) = 20.08%
R=37.03%
G=42.89%
B=20.08%

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
Decimal177205960.1400.530.2075.4152.1559.02
HexB1CD60E035144b343b
Octal26131514016065241136473
Binary1011000111001101110000011100110101101001001011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CD60; }

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

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

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

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

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

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

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

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