#A5BC7F

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

Shades of Caper #A5BC7F

Tints of Caper #A5BC7F

Color information

#A5BC7F (or 0xA5BC7F) is unknown color: approx Caper. HEX triplet: A5, BC and 7F. RGB value is (165,188,127). Sum of RGB (Red+Green+Blue) = 165+188+127=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BC7F is #5A4380. Grayscale: #AEAEAE. Windows color (decimal): -5915521 or 8371365. OLE color: 8371365.

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

Color convert

RGB165188127-
CMYK0.1200.320.26
HSL82.62º31.28%61.76%-
HSV(B)82.62º32.45%73.73%-
XYZ37.3345.526.89-
YUV174.17101.38121.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.38%
GREEN value IS 188 (73.83% from 255) = 39.17%
BLUE value IS 127 (50% from 255) = 26.46%
R=34.38%
G=39.17%
B=26.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651881270.1200.320.2682.6231.2861.76
HexA5BC7FC0201A531f3e
Octal24527417714040321233776
Binary101001011011110011111111100010000011010101001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BC7F; }

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

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

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

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

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

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

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

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