#B1CC5C

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

Shades of Wild Willow #B1CC5C

Tints of Wild Willow #B1CC5C

Color information

#B1CC5C (or 0xB1CC5C) is unknown color: approx Wild Willow. HEX triplet: B1, CC and 5C. RGB value is (177,204,92). Sum of RGB (Red+Green+Blue) = 177+204+92=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CC5C is #4E33A3. Grayscale: #B7B7B7. Windows color (decimal): -5125028 or 6081713. OLE color: 6081713.

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

Color convert

RGB17720492-
CMYK0.1300.550.2
HSL74.46º52.34%58.04%-
HSV(B)74.46º54.9%80%-
XYZ41.6653.3118.22-
YUV183.1676.55123.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 204 (80.08% from 255) = 43.13%
BLUE value IS 92 (36.33% from 255) = 19.45%
R=37.42%
G=43.13%
B=19.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal177204920.1300.550.274.4652.3458.04
HexB1CC5CD037144a343a
Octal26131413415067241126472
Binary1011000111001100101110011010110111101001001010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CC5C; }

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

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

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

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

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

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

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

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