#B1C880

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

Shades of Caper #B1C880

Tints of Caper #B1C880

Color information

#B1C880 (or 0xB1C880) is unknown color: approx Caper. HEX triplet: B1, C8 and 80. RGB value is (177,200,128). Sum of RGB (Red+Green+Blue) = 177+200+128=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C880 is #4E377F. Grayscale: #B9B9B9. Windows color (decimal): -5126016 or 8439985. OLE color: 8439985.

HSL color Cylindrical-coordinate representation of color #B1C880: hue angle of 79.17º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1C880 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB177200128-
CMYK0.1200.360.22
HSL79.17º39.56%64.31%-
HSV(B)79.17º36%78.43%-
XYZ42.6852.2128.25-
YUV184.9295.88122.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.05%
GREEN value IS 200 (78.52% from 255) = 39.60%
BLUE value IS 128 (50.39% from 255) = 25.35%
R=35.05%
G=39.60%
B=25.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1772001280.1200.360.2279.1739.5664.31
HexB1C880C024164f2840
Octal261310200140442611750100
Binary101100011100100010000000110001001001011010011111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C880; }

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

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

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

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

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

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

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

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