#B1C785

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

Shades of Caper #B1C785

Tints of Caper #B1C785

Color information

#B1C785 (or 0xB1C785) is unknown color: approx Caper. HEX triplet: B1, C7 and 85. RGB value is (177,199,133). Sum of RGB (Red+Green+Blue) = 177+199+133=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C785 is #4E387A. Grayscale: #B9B9B9. Windows color (decimal): -5126267 or 8767409. OLE color: 8767409.

HSL color Cylindrical-coordinate representation of color #B1C785: hue angle of 80º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B1C785 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB177199133-
CMYK0.1100.330.22
HSL80º37.08%65.1%-
HSV(B)80º33.17%78.04%-
XYZ42.7951.8929.95-
YUV184.998.71122.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.77%
GREEN value IS 199 (78.12% from 255) = 39.10%
BLUE value IS 133 (52.34% from 255) = 26.13%
R=34.77%
G=39.10%
B=26.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771991330.1100.330.228037.0865.1
HexB1C785B02116502541
Octal261307205130412612045101
Binary101100011100011110000101101101000011011010100001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C785; }

 p { color: rgb(177,199,133); }

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

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

 a { background-color: rgb(177,199,133); }

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

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

 span { border-color: rgb(177,199,133); }

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