#A8BA75

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

Shades of Caper #A8BA75

Tints of Caper #A8BA75

Color information

#A8BA75 (or 0xA8BA75) is unknown color: approx Caper. HEX triplet: A8, BA and 75. RGB value is (168,186,117). Sum of RGB (Red+Green+Blue) = 168+186+117=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA75 is #57458A. Grayscale: #ADADAD. Windows color (decimal): -5719435 or 7715496. OLE color: 7715496.

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

Color convert

RGB168186117-
CMYK0.1000.370.27
HSL75.65º33.33%59.41%-
HSV(B)75.65º37.1%72.94%-
XYZ36.9244.7323.52-
YUV172.7596.54124.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.67%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 117 (46.09% from 255) = 24.84%
R=35.67%
G=39.49%
B=24.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681861170.1000.370.2775.6533.3359.41
HexA8BA75A0251B4c213b
Octal25027216512045331144173
Binary1010100010111010111010110100100101110111001100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BA75; }

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

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

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

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

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

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

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

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