#B1CD80

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

Shades of Caper #B1CD80

Tints of Caper #B1CD80

Color information

#B1CD80 (or 0xB1CD80) is unknown color: approx Caper. HEX triplet: B1, CD and 80. RGB value is (177,205,128). Sum of RGB (Red+Green+Blue) = 177+205+128=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CD80 is #4E327F. Grayscale: #BCBCBC. Windows color (decimal): -5124736 or 8441265. OLE color: 8441265.

HSL color Cylindrical-coordinate representation of color #B1CD80: hue angle of 81.82º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1CD80 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB177205128-
CMYK0.1400.380.20
HSL81.82º43.5%65.29%-
HSV(B)81.82º37.56%80.39%-
XYZ43.8654.5728.64-
YUV187.8594.22120.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.71%
GREEN value IS 205 (80.47% from 255) = 40.20%
BLUE value IS 128 (50.39% from 255) = 25.10%
R=34.71%
G=40.20%
B=25.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772051280.1400.380.2081.8243.565.29
HexB1CD80E02614522c41
Octal261315200160462412254101
Binary101100011100110110000000111001001101010010100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CD80; }

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

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

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

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

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

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

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

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