#B1D071

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

Shades of Caper #B1D071

Tints of Caper #B1D071

Color information

#B1D071 (or 0xB1D071) is unknown color: approx Caper. HEX triplet: B1, D0 and 71. RGB value is (177,208,113). Sum of RGB (Red+Green+Blue) = 177+208+113=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D071 is #4E2F8E. Grayscale: #BCBCBC. Windows color (decimal): -5123983 or 7458993. OLE color: 7458993.

HSL color Cylindrical-coordinate representation of color #B1D071: hue angle of 79.58º degrees, saturation: 0.5, 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 #B1D071 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB177208113-
CMYK0.1500.460.18
HSL79.58º50.26%62.94%-
HSV(B)79.58º45.67%81.57%-
XYZ43.6755.6524.06-
YUV187.985.73120.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.54%
GREEN value IS 208 (81.64% from 255) = 41.77%
BLUE value IS 113 (44.53% from 255) = 22.69%
R=35.54%
G=41.77%
B=22.69%

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
Decimal1772081130.1500.460.1879.5850.2662.94
HexB1D071F02E1250323f
Octal26132016117056221206277
Binary1011000111010000111000111110101110100101010000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D071; }

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

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

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

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

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

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

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

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