#B1C170

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

Shades of Caper #B1C170

Tints of Caper #B1C170

Color information

#B1C170 (or 0xB1C170) is unknown color: approx Caper. HEX triplet: B1, C1 and 70. RGB value is (177,193,112). Sum of RGB (Red+Green+Blue) = 177+193+112=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C170 is #4E3E8F. Grayscale: #B3B3B3. Windows color (decimal): -5127824 or 7389617. OLE color: 7389617.

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

Color convert

RGB177193112-
CMYK0.0800.420.24
HSL71.85º39.51%59.8%-
HSV(B)71.85º41.97%75.69%-
XYZ40.1348.6622.61-
YUV178.9890.2126.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.72%
GREEN value IS 193 (75.78% from 255) = 40.04%
BLUE value IS 112 (44.14% from 255) = 23.24%
R=36.72%
G=40.04%
B=23.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771931120.0800.420.2471.8539.5159.8
HexB1C170802A1848283c
Octal26130116010052301105074
Binary1011000111000001111000010000101010110001001000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C170; }

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

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

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

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

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

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

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

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