#B1C580

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

Shades of Caper #B1C580

Tints of Caper #B1C580

Color information

#B1C580 (or 0xB1C580) is unknown color: approx Caper. HEX triplet: B1, C5 and 80. RGB value is (177,197,128). Sum of RGB (Red+Green+Blue) = 177+197+128=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C580 is #4E3A7F. Grayscale: #B7B7B7. Windows color (decimal): -5126784 or 8439217. OLE color: 8439217.

HSL color Cylindrical-coordinate representation of color #B1C580: hue angle of 77.39º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1C580 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB177197128-
CMYK0.1000.350.23
HSL77.39º37.3%63.73%-
HSV(B)77.39º35.03%77.25%-
XYZ41.9950.8428.02-
YUV183.1596.87123.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.26%
GREEN value IS 197 (77.34% from 255) = 39.24%
BLUE value IS 128 (50.39% from 255) = 25.50%
R=35.26%
G=39.24%
B=25.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1771971280.1000.350.2377.3937.363.73
HexB1C580A023174d2540
Octal261305200120432711545100
Binary101100011100010110000000101001000111011110011011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C580; }

 p { color: rgb(177,197,128); }

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

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

 a { background-color: rgb(177,197,128); }

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

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

 span { border-color: rgb(177,197,128); }

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