#a9bb7f

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

Shades of Caper #A9BB7F

Tints of Caper #A9BB7F

Color information

#A9BB7F (or 0xA9BB7F) is unknown color: approx Caper. HEX triplet: A9, BB and 7F. RGB value is (169,187,127). Sum of RGB (Red+Green+Blue) = 169+187+127=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BB7F is #564480. Grayscale: #AFAFAF. Windows color (decimal): -5653633 or 8371113. OLE color: 8371113.

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

Color convert

RGB169187127-
CMYK0.1000.320.27
HSL78º30.61%61.57%-
HSV(B)78º32.09%73.33%-
XYZ37.9645.5126.86-
YUV174.78101.04123.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 187 (73.44% from 255) = 38.72%
BLUE value IS 127 (50% from 255) = 26.29%
R=34.99%
G=38.72%
B=26.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691871270.1000.320.277830.6161.57
HexA9BB7FA0201B4e1f3e
Octal25127317712040331163776
Binary101010011011101111111111010010000011011100111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9bb7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9bb7f; }

 p { color: rgb(169,187,127); }

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

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

 a { background-color: rgb(169,187,127); }

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

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

 span { border-color: rgb(169,187,127); }

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