#A9BE88

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

Shades of Caper #A9BE88

Tints of Caper #A9BE88

Color information

#A9BE88 (or 0xA9BE88) is unknown color: approx Caper. HEX triplet: A9, BE and 88. RGB value is (169,190,136). Sum of RGB (Red+Green+Blue) = 169+190+136=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BE88 is #564177. Grayscale: #B1B1B1. Windows color (decimal): -5652856 or 8961705. OLE color: 8961705.

HSL color Cylindrical-coordinate representation of color #A9BE88: hue angle of 83.33º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9BE88 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB169190136-
CMYK0.1100.280.25
HSL83.33º29.35%63.92%-
HSV(B)83.33º28.42%74.51%-
XYZ39.2247.0430.3-
YUV177.56104.54121.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.14%
GREEN value IS 190 (74.61% from 255) = 38.38%
BLUE value IS 136 (53.52% from 255) = 27.47%
R=34.14%
G=38.38%
B=27.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691901360.1100.280.2583.3329.3563.92
HexA9BE88B01C19531d40
Octal251276210130343112335100
Binary1010100110111110100010001011011100110011010011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BE88; }

 p { color: rgb(169,190,136); }

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

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

 a { background-color: rgb(169,190,136); }

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

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

 span { border-color: rgb(169,190,136); }

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