#B1D080

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

Shades of Caper #B1D080

Tints of Caper #B1D080

Color information

#B1D080 (or 0xB1D080) is unknown color: approx Caper. HEX triplet: B1, D0 and 80. RGB value is (177,208,128). Sum of RGB (Red+Green+Blue) = 177+208+128=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D080 is #4E2F7F. Grayscale: #BDBDBD. Windows color (decimal): -5123968 or 8442033. OLE color: 8442033.

HSL color Cylindrical-coordinate representation of color #B1D080: hue angle of 83.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1D080 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB177208128-
CMYK0.1500.380.18
HSL83.25º45.98%65.88%-
HSV(B)83.25º38.46%81.57%-
XYZ44.5856.0228.88-
YUV189.6193.23119-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.50%
GREEN value IS 208 (81.64% from 255) = 40.55%
BLUE value IS 128 (50.39% from 255) = 24.95%
R=34.50%
G=40.55%
B=24.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1772081280.1500.380.1883.2545.9865.88
HexB1D080F02612532e42
Octal261320200170462212356102
Binary101100011101000010000000111101001101001010100111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D080; }

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

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

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

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

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

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

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

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