#A5BB7F

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

Shades of Caper #A5BB7F

Tints of Caper #A5BB7F

Color information

#A5BB7F (or 0xA5BB7F) is unknown color: approx Caper. HEX triplet: A5, BB and 7F. RGB value is (165,187,127). Sum of RGB (Red+Green+Blue) = 165+187+127=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BB7F is #5A4480. Grayscale: #ADADAD. Windows color (decimal): -5915777 or 8371109. OLE color: 8371109.

HSL color Cylindrical-coordinate representation of color #A5BB7F: hue angle of 82º 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 #A5BB7F is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB165187127-
CMYK0.1200.320.27
HSL82º30.61%61.57%-
HSV(B)82º32.09%73.33%-
XYZ37.1245.0726.82-
YUV173.58101.71121.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.45%
GREEN value IS 187 (73.44% from 255) = 39.04%
BLUE value IS 127 (50% from 255) = 26.51%
R=34.45%
G=39.04%
B=26.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651871270.1200.320.278230.6161.57
HexA5BB7FC0201B521f3e
Octal24527317714040331223776
Binary101001011011101111111111100010000011011101001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BB7F; }

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

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

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

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

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

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

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

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