#B1D171

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

Shades of Caper #B1D171

Tints of Caper #B1D171

Color information

#B1D171 (or 0xB1D171) is unknown color: approx Caper. HEX triplet: B1, D1 and 71. RGB value is (177,209,113). Sum of RGB (Red+Green+Blue) = 177+209+113=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 209 - color contains mainly: green. Hex color #B1D171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D171 is #4E2E8E. Grayscale: #BCBCBC. Windows color (decimal): -5123727 or 7459249. OLE color: 7459249.

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

Color convert

RGB177209113-
CMYK0.1500.460.18
HSL80º51.06%63.14%-
HSV(B)80º45.93%81.96%-
XYZ43.9156.1424.14-
YUV188.4985.4119.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.47%
GREEN value IS 209 (82.03% from 255) = 41.88%
BLUE value IS 113 (44.53% from 255) = 22.65%
R=35.47%
G=41.88%
B=22.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1772091130.1500.460.188051.0663.14
HexB1D171F02E1250333f
Octal26132116117056221206377
Binary1011000111010001111000111110101110100101010000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D171; }

 p { color: rgb(177,209,113); }

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

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

 a { background-color: rgb(177,209,113); }

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

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

 span { border-color: rgb(177,209,113); }

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