#B1C480

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

Shades of Caper #B1C480

Tints of Caper #B1C480

Color information

#B1C480 (or 0xB1C480) is unknown color: approx Caper. HEX triplet: B1, C4 and 80. RGB value is (177,196,128). Sum of RGB (Red+Green+Blue) = 177+196+128=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C480 is #4E3B7F. Grayscale: #B6B6B6. Windows color (decimal): -5127040 or 8438961. OLE color: 8438961.

HSL color Cylindrical-coordinate representation of color #B1C480: hue angle of 76.76º 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 #B1C480 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB177196128-
CMYK0.1000.350.23
HSL76.76º36.56%63.53%-
HSV(B)76.76º34.69%76.86%-
XYZ41.7750.3927.95-
YUV182.5797.21124.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.33%
GREEN value IS 196 (76.95% from 255) = 39.12%
BLUE value IS 128 (50.39% from 255) = 25.55%
R=35.33%
G=39.12%
B=25.55%

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
Decimal1771961280.1000.350.2376.7636.5663.53
HexB1C480A023174d2540
Octal261304200120432711545100
Binary101100011100010010000000101001000111011110011011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C480; }

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

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

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

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

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

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

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

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