#B1C573

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

Shades of Caper #B1C573

Tints of Caper #B1C573

Color information

#B1C573 (or 0xB1C573) is unknown color: approx Caper. HEX triplet: B1, C5 and 73. RGB value is (177,197,115). Sum of RGB (Red+Green+Blue) = 177+197+115=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C573 is #4E3A8C. Grayscale: #B5B5B5. Windows color (decimal): -5126797 or 7587249. OLE color: 7587249.

HSL color Cylindrical-coordinate representation of color #B1C573: hue angle of 74.63º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1C573 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB177197115-
CMYK0.1000.420.23
HSL74.63º41.41%61.18%-
HSV(B)74.63º41.62%77.25%-
XYZ41.1950.5223.8-
YUV181.6790.37124.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.20%
GREEN value IS 197 (77.34% from 255) = 40.29%
BLUE value IS 115 (45.31% from 255) = 23.52%
R=36.20%
G=40.29%
B=23.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1771971150.1000.420.2374.6341.4161.18
HexB1C573A02A174b293d
Octal26130516312052271135175
Binary1011000111000101111001110100101010101111001011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C573; }

 p { color: rgb(177,197,115); }

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

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

 a { background-color: rgb(177,197,115); }

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

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

 span { border-color: rgb(177,197,115); }

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