#B1C171

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

Shades of Caper #B1C171

Tints of Caper #B1C171

Color information

#B1C171 (or 0xB1C171) is unknown color: approx Caper. HEX triplet: B1, C1 and 71. RGB value is (177,193,113). Sum of RGB (Red+Green+Blue) = 177+193+113=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C171 is #4E3E8E. Grayscale: #B3B3B3. Windows color (decimal): -5127823 or 7455153. OLE color: 7455153.

HSL color Cylindrical-coordinate representation of color #B1C171: hue angle of 72º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1C171 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB177193113-
CMYK0.0800.410.24
HSL72º39.22%60%-
HSV(B)72º41.45%75.69%-
XYZ40.1848.6822.9-
YUV179.190.7126.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.65%
GREEN value IS 193 (75.78% from 255) = 39.96%
BLUE value IS 113 (44.53% from 255) = 23.40%
R=36.65%
G=39.96%
B=23.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771931130.0800.410.247239.2260
HexB1C17180291848273c
Octal26130116110051301104774
Binary1011000111000001111000110000101001110001001000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C171; }

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

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

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

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

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

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

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

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