#A7BF7C

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

Shades of Caper #A7BF7C

Tints of Caper #A7BF7C

Color information

#A7BF7C (or 0xA7BF7C) is unknown color: approx Caper. HEX triplet: A7, BF and 7C. RGB value is (167,191,124). Sum of RGB (Red+Green+Blue) = 167+191+124=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BF7C is #584083. Grayscale: #B0B0B0. Windows color (decimal): -5783684 or 8175527. OLE color: 8175527.

HSL color Cylindrical-coordinate representation of color #A7BF7C: hue angle of 81.49º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7BF7C is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB167191124-
CMYK0.1300.350.25
HSL81.49º34.36%61.76%-
HSV(B)81.49º35.08%74.9%-
XYZ38.2146.9326.11-
YUV176.1998.55121.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 191 (75% from 255) = 39.63%
BLUE value IS 124 (48.83% from 255) = 25.73%
R=34.65%
G=39.63%
B=25.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671911240.1300.350.2581.4934.3661.76
HexA7BF7CD0231951223e
Octal24727717415043311214276
Binary1010011110111111111110011010100011110011010001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BF7C; }

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

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

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

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

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

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

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

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