#A7BF77

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

Shades of Caper #A7BF77

Tints of Caper #A7BF77

Color information

#A7BF77 (or 0xA7BF77) is unknown color: approx Caper. HEX triplet: A7, BF and 77. RGB value is (167,191,119). Sum of RGB (Red+Green+Blue) = 167+191+119=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BF77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BF77 is #584088. Grayscale: #AFAFAF. Windows color (decimal): -5783689 or 7847847. OLE color: 7847847.

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

Color convert

RGB167191119-
CMYK0.1300.380.25
HSL80º36%60.78%-
HSV(B)80º37.7%74.9%-
XYZ37.946.8124.49-
YUV175.6296.05121.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.01%
GREEN value IS 191 (75% from 255) = 40.04%
BLUE value IS 119 (46.88% from 255) = 24.95%
R=35.01%
G=40.04%
B=24.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671911190.1300.380.25803660.78
HexA7BF77D0261950243d
Octal24727716715046311204475
Binary1010011110111111111011111010100110110011010000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BF77; }

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

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

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

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

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

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

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

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