#A8BA74

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

Shades of Caper #A8BA74

Tints of Caper #A8BA74

Color information

#A8BA74 (or 0xA8BA74) is unknown color: approx Caper. HEX triplet: A8, BA and 74. RGB value is (168,186,116). Sum of RGB (Red+Green+Blue) = 168+186+116=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA74 is #57458B. Grayscale: #ACACAC. Windows color (decimal): -5719436 or 7649960. OLE color: 7649960.

HSL color Cylindrical-coordinate representation of color #A8BA74: hue angle of 75.43º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8BA74 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB168186116-
CMYK0.1000.380.27
HSL75.43º33.65%59.22%-
HSV(B)75.43º37.63%72.94%-
XYZ36.8644.723.21-
YUV172.6496.04124.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.74%
GREEN value IS 186 (73.05% from 255) = 39.57%
BLUE value IS 116 (45.70% from 255) = 24.68%
R=35.74%
G=39.57%
B=24.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681861160.1000.380.2775.4333.6559.22
HexA8BA74A0261B4b223b
Octal25027216412046331134273
Binary1010100010111010111010010100100110110111001011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BA74; }

 p { color: rgb(168,186,116); }

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

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

 a { background-color: rgb(168,186,116); }

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

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

 span { border-color: rgb(168,186,116); }

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