#A7BF85

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

Shades of Caper #A7BF85

Tints of Caper #A7BF85

Color information

#A7BF85 (or 0xA7BF85) is unknown color: approx Caper. HEX triplet: A7, BF and 85. RGB value is (167,191,133). Sum of RGB (Red+Green+Blue) = 167+191+133=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BF85 is #58407A. Grayscale: #B1B1B1. Windows color (decimal): -5783675 or 8765351. OLE color: 8765351.

HSL color Cylindrical-coordinate representation of color #A7BF85: hue angle of 84.83º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7BF85 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB167191133-
CMYK0.1300.300.25
HSL84.83º31.18%63.53%-
HSV(B)84.83º30.37%74.9%-
XYZ38.847.1729.25-
YUV177.21103.05120.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.01%
GREEN value IS 191 (75% from 255) = 38.90%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=34.01%
G=38.90%
B=27.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671911330.1300.300.2584.8331.1863.53
HexA7BF85D01E19551f40
Octal247277205150363112537100
Binary1010011110111111100001011101011110110011010101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BF85; }

 p { color: rgb(167,191,133); }

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

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

 a { background-color: rgb(167,191,133); }

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

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

 span { border-color: rgb(167,191,133); }

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