#A7BE85

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

Shades of Caper #A7BE85

Tints of Caper #A7BE85

Color information

#A7BE85 (or 0xA7BE85) is unknown color: approx Caper. HEX triplet: A7, BE and 85. RGB value is (167,190,133). Sum of RGB (Red+Green+Blue) = 167+190+133=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BE85 is #58417A. Grayscale: #B0B0B0. Windows color (decimal): -5783931 or 8765095. OLE color: 8765095.

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

Color convert

RGB167190133-
CMYK0.1200.30.25
HSL84.21º30.48%63.33%-
HSV(B)84.21º30%74.51%-
XYZ38.5846.7429.18-
YUV176.62103.38121.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.08%
GREEN value IS 190 (74.61% from 255) = 38.78%
BLUE value IS 133 (52.34% from 255) = 27.14%
R=34.08%
G=38.78%
B=27.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671901330.1200.30.2584.2130.4863.33
HexA7BE85C01E19541e3f
Octal24727620514036311243677
Binary101001111011111010000101110001111011001101010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BE85; }

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

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

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

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

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

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

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

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